jtmiclat opened a new pull request, #35250:
URL: https://github.com/apache/airflow/pull/35250

   This closes #34765
   
   This adds an additional optional parameter to the cli command `airflow dag 
list`
   
   ```bash
   root@956035f65680:/opt/airflow# airflow dags list 
--additional-columns=last_parsed_time,is_subdag
   dag_id      | filepath | owner   | paused | is_subdag | last_parsed_time
   
============+==========+=========+========+===========+=================================
   my_dag_name | test.py  | airflow | True   | False     | 
2023-10-29T06:22:33.153369+00:00
   ```
   
   Note: Will have a follow up pr to minimize database call
   


-- 
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

Reply via email to