ashb commented on code in PR #64845:
URL: https://github.com/apache/airflow/pull/64845#discussion_r3057772485


##########
airflow-core/src/airflow/api_fastapi/core_api/openapi/v2-rest-api-generated.yaml:
##########
@@ -6545,6 +6557,20 @@ paths:
         schema:
           type: string
           title: Dag Run Id
+      - name: cursor
+        in: query
+        required: false
+        schema:
+          anyOf:
+          - type: string
+          - type: 'null'
+          description: Cursor for keyset-based pagination (mutually exclusive 
with
+            offset). Pass an empty string for the first page, then use 
``next_cursor``
+            from the response.
+          title: Cursor

Review Comment:
   Ah nice. I was about to say "so does this break compat" but you've covered 
it.



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