reachsrinivaschennupati-tech opened a new pull request, #69666: URL: https://github.com/apache/airflow/pull/69666
Make `ExternalTaskSensor` poke logs display the external logical date in Airflow's configured timezone. The stored `external_dates_filter` value is left unchanged so listeners and integrations continue to receive the original serialized logical date. closes: #69657 --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes (please specify the tool below) Generated-by: Codex following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) --- Local checks: - `git diff --check` - `.venv/bin/ruff check --no-cache providers/standard/src/airflow/providers/standard/sensors/external_task.py providers/standard/tests/unit/standard/sensors/test_external_task_sensor.py` - `.venv/bin/ruff format --check --no-cache providers/standard/src/airflow/providers/standard/sensors/external_task.py providers/standard/tests/unit/standard/sensors/test_external_task_sensor.py` I attempted the focused pytest command below, but pytest did not collect tests because the Airflow pytest plugin invokes a nested `uv run` and uv failed cache initialization in this local environment: - `uv run pytest providers/standard/tests/unit/standard/sensors/test_external_task_sensor.py -k "external_dag_sensor_log"` -- 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]
