mobuchowski opened a new pull request, #49237: URL: https://github.com/apache/airflow/pull/49237
This PR extends OpenLineage integration in Airflow to support root parent lineage metadata via the newly added `root` field in the ParentRunFacet. Previously, consumers had to recursively traverse parent references to determine root job in lineage hierarchy. With this update, consumers can immediately identify the DAG-level root job and run for any depth of children task. More on the underlying OpenLineage feature: https://docs.google.com/document/d/1JypxrJc0MkrarzYfMopK-TF8QiPpjPnk2je4mgq9e4k This updates both `openlineage` provider as few others that generate OL events by themselves. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
