Replies: 1 comment 2 replies
-
Hey @Chaho12, as per OpenLineage specification, Job name/id needs to uniquely identify the ETL process - configuring it globally would make every query run in Trino to be treated as same ETL job which I don't think would be correct. Currently we have Job name which is also not ideal (query id will change with every query execution even if query sql doesn't change) but it's closer to OL spec. We could do some hashing to replace query id with query sql hash in job name but that's also prone to too fine grained id generation. As for filtering yes, this is something already mentioned by community and I think a great idea, feel free to submit a PR - i think schema/tabke filtering would be a good start. |
Beta Was this translation helpful? Give feedback.
-
Docs say that run id code, job id code is fixed to query id.
How about changing it so it is configurable? Run ID has to be unique, but Job ID doesn't seem so.
What do you think @mgorsk1 ?
Also, we were thinking of having a dynamic way to add facet/filtering would be great too!
Beta Was this translation helpful? Give feedback.
All reactions