Bowrna commented on code in PR #50659: URL: https://github.com/apache/airflow/pull/50659#discussion_r2093312490
########## providers/amazon/tests/system/amazon/aws/example_appflow.py: ########## @@ -18,8 +18,9 @@ from datetime import datetime -from airflow.models.baseoperator import chain -from airflow.models.dag import DAG +# from airflow.models.baseoperator import chain +# from airflow.models.dag import DAG Review Comment: This is an example DAG, and should we support versions below 3.0? I am having this question because the other example dags in the airflow support only latest version and that's why I wanted to know if we have to include support for older version. @amoghrajesh -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org