-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[EPIC] Scope connection definitions by workspace #9652
Comments
@pmossman I updated this issue to be a bit less vague. lmk if you have questions. |
After all of the above PRs are merged, we should have all the schema and API changes necessary for supporting scoped connectors.
|
de-prioritized for Q2. not blocked. |
/list_for_workspace is still wip, part of #9652
/list_for_workspace is still wip, part of #9652
/list_for_workspace is still wip, part of airbytehq#9652
Ongoing work towards custom connectors is now captured in a new epic: https://github.com/airbytehq/airbyte-cloud/issues/3079 |
Tell us about the problem you're trying to solve
We want to allow different workspaces to do a few different things:
Describe the solution you’d like
Tech Spec for API changes
Implemented in:
New endpoints added
/v1/source_definitions/list_private
/v1/source_definitions/list_for_workspace
/v1/source_definitions/get_for_workspace
/v1/source_definitions/create_custom
/v1/source_definitions/update_custom
/v1/source_definitions/delete_custom
/v1/source_definitions/grant_definition
/v1/source_definitions/revoke_definition
/v1/destination_definitions/list_private
/v1/destination_definitions/list_for_workspace
/v1/destination_definitions/get_for_workspace
/v1/destination_definitions/create_custom
/v1/destination_definitions/update_custom
/v1/destination_definitions/delete_custom
/v1/destination_definitions/grant_definition
/v1/destination_definitions/revoke_definition
Remaining Tasks
Here are the remaining steps to get scoped connection definitions working in cloud (that should be done in order):
The text was updated successfully, but these errors were encountered: