gopidesupavan commented on code in PR #52497: URL: https://github.com/apache/airflow/pull/52497#discussion_r2173945150
########## 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: should we need to add fallback if its Airflow 2? -- 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]
