henry3260 commented on PR #61321:
URL: https://github.com/apache/airflow/pull/61321#issuecomment-3928854834
```
airflow % docker exec airflow-scheduler airflow dags list-runs -d
test_lambda_executor
/home/airflow/.local/lib/python3.12/site-packages/airflow/metrics/base_stats_logger.py:22
RemovedInAirflow3Warning: Timer and timing metrics publish in seconds were
deprecated. It is enabled by default from Airflow 3 onwards. Enable
timer_unit_consistency to publish all the timer and timing metrics in
milliseconds.
/home/airflow/.local/lib/python3.12/site-packages/airflow/triggers/base.py:27
RemovedInAirflow3Warning: Timer and timing metrics publish in seconds were
deprecated. It is enabled by default from Airflow 3 onwards. Enable
timer_unit_consistency to publish all the timer and timing metrics in
milliseconds.
dag_id | run_id | state |
execution_date | start_date | end_date
=====================+===================================+=========+===========================+==================================+=================================
test_lambda_executor | manual__2026-02-19T17:30:47+00:00 | success |
2026-02-19T17:30:47+00:00 | 2026-02-19T17:31:01.086388+00:00 |
2026-02-19T17:31:23.804851+00:00
test_lambda_executor | manual__2026-02-19T17:30:33+00:00 | success |
2026-02-19T17:30:33+00:00 | 2026-02-19T17:30:44.678423+00:00 |
2026-02-19T17:31:06.547126+00:00
```
--
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]