gopidesupavan commented on code in PR #49396: URL: https://github.com/apache/airflow/pull/49396#discussion_r2048877700
########## providers/standard/tests/unit/standard/utils/test_sensor_helper.py: ########## @@ -47,6 +47,8 @@ if TYPE_CHECKING: from sqlalchemy.orm.session import Session +pytestmark = pytest.mark.db_test Review Comment: Alright the `TestSensorHelper` is purely for AF2, its not required for AF3. in AF3 we used `task-instances/states` endpoint with task-sdk to fetch the task states. -- 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