Is there a way to disable config/spec validation w...
# understanding-airbyte
p
Is there a way to disable config/spec validation when creating sources/connections through API? Sometimes it takes too long and I assume it was validation by spinning up the connector that is taking long sometimes (if not the new pod spinup any other way to debug how/why its taking long)
If it helps, we use
sources/create
and
connections/create
and not
check_connection
u
No, but there is a work to improve the speed of those processes.