ashb commented on a change in pull request #15795:
URL: https://github.com/apache/airflow/pull/15795#discussion_r632508255
##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -369,6 +369,27 @@ paths:
'404':
$ref: '#/components/responses/NotFound'
+ /connections/{connection_id}/test:
Review comment:
As Kaxil mentioned, it would be nice to have a test button for the edit
form, so we'd need ` /connections/test` POST end point that creates the
connection and tests it rather than loading one from the DB.
We possibly don't need this endpoint at all, as to me the use of an test
button would be on the edit form, where we can just submit the full details
payload.
--
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]