You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/02/27 20:57:11 UTC

[GitHub] [airflow] mik-laj opened a new issue #14517: The tables are not parsable by standard linux utilities.

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:
users@infra.apache.org



[GitHub] [airflow] turbaszek closed issue #14517: The tables are not parsable by standard linux utilities.

Posted by GitBox <gi...@apache.org>.
turbaszek closed issue #14517:
URL: https://github.com/apache/airflow/issues/14517


   


----------------------------------------------------------------
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:
users@infra.apache.org