kacpermuda commented on code in PR #41690:
URL: https://github.com/apache/airflow/pull/41690#discussion_r1738119168
##########
airflow/providers/openlineage/utils/utils.py:
##########
@@ -439,11 +438,14 @@ def get_airflow_job_facet(dag_run: DagRun) -> dict[str,
AirflowJobFacet]:
}
-def get_airflow_state_run_facet(dag_run: DagRun) -> dict[str,
AirflowStateRunFacet]:
+def get_airflow_state_run_facet(
+ dag_id: str, run_id: str, task_ids: list[str], state: DagRunState
Review Comment:
```suggestion
dag_id: str, run_id: str, task_ids: list[str], dag_run_state: DagRunState
```
--
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]