Closed
Description
relates to #9652
Several API methods need to be changed to work with the new workspace-scoped connector definitions:
getSourceDefinition()
=>getSourceDefinitionForWorkspace()
getDestinationDefinition()
=>getDestinationDefinitionForWorkspace()
listSourceDefinitions()
=>listSourceDefinitionsForWorkspace()
listDestinationDefinitions()
=>listDestinationDefinitionsForWorkspace()
createSourceDefinition()
=>createCustomSourceDefinition()
createDestinationDefinition()
=>createCustomDestinationDefinition()
updateDestinationDefinition
=>updateCustomDestinationDefinition()
updateSourceDefinition()
=>updateCustomSourceDefinition()
Important: these changes must be released together with the migration in #11607