The current `check connection to the source(api/v1...
# feedback-and-requests
t
The current
check connection to the source(api/v1/sources/check_connection)
api requires a existing source to check, is there any other api for checking connection to a non-existing source yet, it should be the same as the one when we are developing and check a custom connector
python main.py check --config secrets/config.json
. I wish there would be an api like below. POST
api/v1/sources/check_connection_for_create
Copy code
{
  "sourceDefinitionId": "uuid",
  "connectionConfiguration": {}
}
m
What are you trying to achieve with this @Tan Ho can you explain more your use cae?
t
Our application has a UI for user to input connection configuration, we just want to validate those input before actually create a source via airbyte api.
m
Got it, today this is not available @Tan Ho do you mind request a new feature request in Github?
t