jtmiclat opened a new pull request, #35249: URL: https://github.com/apache/airflow/pull/35249
This closes #34765 This adds the last_parsed_time to the cli command `airflow dag list` Before ``` root@956035f65680:/opt/airflow# airflow dags list dag_id | filepath | owner | paused ============+==========+=========+======= my_dag_name | test.py | airflow | True ``` After ``` root@956035f65680:/opt/airflow# airflow dags list dag_id | filepath | owner | paused | last_parsed_time ============+==========+=========+========+================================= my_dag_name | test.py | airflow | True | 2023-10-29 05:07:14.613774+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]
