Shally-Katariya opened a new pull request, #59893: URL: https://github.com/apache/airflow/pull/59893
This PR limits the maximum number of records returned by the public API for Connections and Variables. ### What was changed - Enforced a hard cap on `limit` for list endpoints - Prevents export-like behavior via public API - Pagination and `total_entries` remain unchanged ### Verification - Tested locally using curl with large limit values (e.g. `limit=1000`) - Confirmed only the capped number of records is returned - UI behavior remains unaffected Fixes: #59840 -- 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]
