SamWheating commented on a change in pull request #14306:
URL: https://github.com/apache/airflow/pull/14306#discussion_r579303342
##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -377,6 +377,12 @@ paths:
parameters:
- $ref: '#/components/parameters/PageLimit'
- $ref: '#/components/parameters/PageOffset'
+ - name: only_active
+ in: query
+ schema:
+ type: boolean
+ required: false
+ description: Only return DAGs which were seen on the last DagBag
load.
Review comment:
Sounds good - I'll update the comment in the DAG model as well, since
this is where I got this description.
https://github.com/apache/airflow/blob/0d366c1f297ec25b5f8e01c6d72a312e2ee64d4d/airflow/models/dag.py#L2069
----------------------------------------------------------------
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]