Skip to content

update the webapp to use the new workspace scoped endpoints for CRUD/list of connector definitions #11606

Closed
@git-phu

Description

@git-phu

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions