gopidesupavan commented on code in PR #52497: URL: https://github.com/apache/airflow/pull/52497#discussion_r2173941390
########## providers/apache/kylin/tests/system/apache/kylin/example_kylin_dag.py: ########## @@ -27,6 +27,7 @@ from airflow import DAG from airflow.providers.apache.kylin.operators.kylin_cube import KylinCubeOperator +from airflow.sdk import chain Review Comment: Updated this according to Airflow 3, whats the plan if someone uses it for Airflow 3 it would fail. whats the plan for example dags ? -- 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]
