hardeybisey commented on code in PR #44309: URL: https://github.com/apache/airflow/pull/44309#discussion_r1863249900
########## tests/operators/test_latest_only_operator.py: ########## @@ -25,7 +25,7 @@ from airflow import settings from airflow.models import DagRun, TaskInstance from airflow.operators.empty import EmptyOperator -from airflow.operators.latest_only import LatestOnlyOperator +from airflow.providers.standard.operators.latest_only import LatestOnlyOperator Review Comment: @potiuk Thanks for the pointers. After reading the documentation and testing locally I see that the test failure is due to the changes introduced by this PR #43902 where `execution_date` was changed to `logical_date`. I have added a condition to skip these failing tests for versions less than 3.0. Please let me know if this is the right thing to do. -- 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]
