romsharon98 commented on code in PR #44309: URL: https://github.com/apache/airflow/pull/44309#discussion_r1855437730
########## 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: This file should move under standard provider -- 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]
