-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
🪟🔧 Use workspace-scoped endpoints for connector CRUD #19221
🪟🔧 Use workspace-scoped endpoints for connector CRUD #19221
Conversation
airbyte-webapp/src/pages/SettingsPage/pages/ConnectorsPage/components/CreateConnectorModal.tsx
Show resolved
Hide resolved
Adding @git-phu to review migration related changes. Thanks! |
…ed-connector-definitions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
migration looks good!
...byte/db/instance/configs/migrations/V0_40_18_004__BackfillActorDefinitionWorkspaceGrant.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviwed FE code. Code LGTM. Have not tested locally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seeing this just got merged; while it's too late to officially approve, I did read through the code and was set to approve as soon as I double-checked a few things in a local checkout this morning. Sorry for being so delayed; for posterity, everything looks good to me.
All good, thanks! |
This reverts commit 43feacc.
* fix button loading state when creating connector * use workspace scoped endpoints * get and update methods * backfill script * commit new migration file Co-authored-by: Xiaohan Song <xiaohan@airbyte.io>
What
Closes #11606
Closes #11607
How
CreateConnectorModal
Recommended reading order
🚨 User Impact 🚨
This PR includes a db migration that addresses #11607