mobuchowski commented on code in PR #41690:
URL: https://github.com/apache/airflow/pull/41690#discussion_r1739733449
##########
airflow/providers/openlineage/plugins/adapter.py:
##########
@@ -336,33 +335,36 @@ def fail_task(
def dag_started(
self,
- dag_run: DagRun,
- msg: str,
+ dag_id: str,
+ execution_date: datetime,
Review Comment:
@uranusjr fixed this in https://github.com/apache/airflow/pull/41889
--
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]