SamWheating edited a comment on pull request #14306: URL: https://github.com/apache/airflow/pull/14306#issuecomment-859116694
Ah, looks like the original issue leading to this PR was fixed in https://github.com/apache/airflow/pull/16318, which prevents the API endpoint from ever returning inactive DAGs. I'll refactor this PR accordingly, but the changes introduced by this PR are now: - Expose an only_active parameter on the /dags endpoint (deafult to True) - Include `is_active` and `is_paused` in the DAG detail schema Update: I've updated + rebased this PR, should be good to go now. -- 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]
