bbovenzi commented on code in PR #37512:
URL: https://github.com/apache/airflow/pull/37512#discussion_r1496686925


##########
airflow/api_connexion/openapi/v1.yaml:
##########
@@ -2068,6 +2068,13 @@ paths:
           required: false
           description: |
             If set, only return datasets with uris matching this pattern.
+        - name: dag_ids
+          in: query
+          schema:
+            type: string
+          required: false
+          description: |
+            One or more DAG IDs separated by commas to filter datasets by 
associated DAGs either consuming or producing.

Review Comment:
   ```suggestion
               One or more DAG IDs separated by commas to filter datasets by 
associated DAGs either consuming or producing.
               
               *New in version 2.9.0*
   ```



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