hardeybisey commented on code in PR #44309: URL: https://github.com/apache/airflow/pull/44309#discussion_r1855469997
########## 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: Some tests are failing with the error below after moving `test_latest_only_operator.py` file to Standard providers. `providers/tests/standard/operators/test_latest_only_operator.py::TestLatestOnlyOperator::test_skipping_non_latest - sqlalchemy.exc.ArgumentError: ORDER BY expression expected, got <property object at 0x7fef5a963770>.` I tried running the test locally but can't seem to reproduce the error as these tests are passing. Would love to get your opinions on why this might be happening. Thanks. -- 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]
