potiuk commented on issue #21450:
URL: https://github.com/apache/airflow/issues/21450#issuecomment-1040252094


   Yes. Parsing is necessary to get the structure of DAGs. The command line of 
airflow is not intended as "external" query mechanism, it is a "helper" tool 
that should be executed on Airflow scheduler and it is supposed to read the DB 
and parse DAGs. 
   
   If you want to query dag state from outside use the REST API: 
https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html


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


Reply via email to