mik-laj commented on issue #16839:
URL: https://github.com/apache/airflow/issues/16839#issuecomment-875951918
Endpoint `/dag/{dag_id} ` returns the active DAGs by default. If you want
access to all DAGs, you must use the is_active parameter. To access all DAGS -
both active and inactive, you should pass `in_active` parameter. Thanks to
this, you can access archived data, but by default, you have consistent UI with
CLI (`airflow dags list`) and Web UI (`/home/`).
--
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]