-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
🪟 🎉 Custom connectors in cloud UI #20483
Conversation
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.
Was meant to approve on another PR. I don't have expertise on frontend PR though
Was meant to approve another PR, accidentally approved on this one. I don't have FE expertise to approve this PR.
airbyte-webapp/src/pages/SettingsPage/pages/ConnectorsPage/components/ConnectorsView.tsx
Outdated
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.
Changes LGTM, did not test locally
What
Enables the UI for creating and updating custom connectors in Airbyte Cloud.
Closes https://github.com/airbytehq/airbyte-cloud/issues/3572
How
🚨 User Impact 🚨
For the initial rollout, only a small set of users will get
FeatureItem.AllowUploadCustomImage
added in the cloud environment. After validating the MVP of custom cloud connectors, we'll remove this flag, since both OSS and Cloud users will be able to upload custom images.