potiuk commented on code in PR #41690:
URL: https://github.com/apache/airflow/pull/41690#discussion_r1740193069
##########
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:
Is it backwards-compatible with Airflow 2? (note that providers will not be
usable for Airflow 3 for ~ 6 months and they should be Airflow 2 compatible.
--
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]