megan-parker commented on a change in pull request #19758:
URL: https://github.com/apache/airflow/pull/19758#discussion_r822859204
##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -412,25 +412,50 @@ paths:
- $ref: '#/components/parameters/PageOffset'
- $ref: '#/components/parameters/OrderBy'
- $ref: '#/components/parameters/FilterTags'
- - name: only_active
+ - $ref: '#/components/parameters/OnlyActive'
+ - name: dag_id_pattern
in: query
schema:
- type: boolean
- default: true
+ type: string
required: false
description: |
- Only return active DAGs.
+ If set, only return DAGs with dag_ids matching this pattern.
Review comment:
I hadn't added the `dag_id_pattern`, this was added by @SamWheating in
[this](https://github.com/apache/airflow/pull/18924/files) PR.
I can see that the field is existing in the
[main](https://github.com/apache/airflow/blob/a4d514bd7f7777e5bf03e9fa8e567f1c8774a74d/airflow/api_connexion/openapi/v1.yaml#L417)
branch. It looks like the git diff is
[misleading](https://github.com/apache/airflow/blame/bc8d9ba119ea7112a25d67aa70a6ea6e5069052b/airflow/api_connexion/openapi/v1.yaml#L412).
--
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]