You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently AirflowRunFacet is present only RunEvents produces by Airflow tasks (containing fields dag, dag_run, task, task_instance). But DAG can be started too, and it currently contains only AirflowJobFacet (fields like taskTree, taskGroups and so on).
Having dag_run field allows custom OpenLineage backend implementations to have URL for Airflow UI page of a particular DagRun, as well as have custom logic based on run_type field value.
Description
Add
AirflowDagRunFacet
facet for DAG run events.Use case/motivation
Currently
AirflowRunFacet
is present only RunEvents produces by Airflow tasks (containing fieldsdag
,dag_run
,task
,task_instance
). But DAG can be started too, and it currently contains onlyAirflowJobFacet
(fields liketaskTree
,taskGroups
and so on).Having
dag_run
field allows custom OpenLineage backend implementations to have URL for Airflow UI page of a particular DagRun, as well as have custom logic based onrun_type
field value.Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: