-
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
Filter out unavailable connectors in cloud connector settings, enable Snapchat in cloud #13174
Conversation
5cf7db0
to
c756466
Compare
* Move list of excluded connectors to connector constants * Add hook to filter out available connectors * Update settings connectorview component to filter out connectors * Add isCloudApp utility to check if the app is in cloud mode correctly
c756466
to
d0383c8
Compare
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.
Nice, removing it on settings as well makes it much clearer :D
Will wait to approve until snapchat is confirmed ready from GL and the oauth params have been added to prod.
...e-webapp/src/views/Connector/ServiceForm/components/Controls/ConnectorServiceTypeControl.tsx
Show resolved
Hide resolved
...e-webapp/src/views/Connector/ServiceForm/components/Controls/ConnectorServiceTypeControl.tsx
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.
Snapchat verified and oauth params added 👍🏼
...e-webapp/src/views/Connector/ServiceForm/components/Controls/ConnectorServiceTypeControl.tsx
Show resolved
Hide resolved
Please rollback the removal of the notes |
… Snapchat in cloud (airbytehq#13174) * Filter out unavailable connectors in cloud connector settings * Move list of excluded connectors to connector constants * Add hook to filter out available connectors * Update settings connectorview component to filter out connectors * Add isCloudApp utility to check if the app is in cloud mode correctly * Remove Snapchat from filtered out list * Replace cloud check in index with util * Restore info about excluded connectors
What
This update ensures that connectors not available in cloud are filtered out for cloud workspaces including the source and destination settings. It also fixes an issue where these excluded connectors were available locally for cloud development.
Additionally it enables Snapchat in cloud as it's ready to go.
Closes #12967
How
Reading order
Top to bottom