potiuk commented on code in PR #44309:
URL: https://github.com/apache/airflow/pull/44309#discussion_r1861453416


##########
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:
   Those are backwards compatibility testing (See the 
https://github.com/apache/airflow/blob/main/contributing-docs/testing/unit_tests.rst#compatibility-provider-unit-tests-against-older-airflow-releases
 - it contains information how to reproduce them locally and some typical ways 
of handling back-compatibility



-- 
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]

Reply via email to