kaxil commented on a change in pull request #14895:
URL: https://github.com/apache/airflow/pull/14895#discussion_r604755334
##########
File path: airflow/api_connexion/endpoints/connection_endpoint.py
##########
@@ -63,11 +63,15 @@ def get_connection(connection_id, session):
@security.requires_access([(permissions.ACTION_CAN_READ,
permissions.RESOURCE_CONNECTION)])
@format_parameters({'limit': check_limit})
@provide_session
-def get_connections(session, limit, offset=0):
+def get_connections(session, limit, offset=0, order_by="id"):
Review comment:
Should we sort by `id` or `conn_id` -- no storng preference
--
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]