mik-laj opened a new issue #14517: URL: https://github.com/apache/airflow/issues/14517
Hello, I once changed the format of the tables so that they could be parsed in standard Linux tools such as AWK. https://github.com/apache/airflow/pull/8409 For example, to list the files that contain the DAG, I could run the command below. ``` airflow dags list | awk '{print $2}' | grep -v "dag_id"| sort | uniq ``` https://github.com/apache/airflow/pull/12704 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
