-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
🪟 🎉 Add auto-detect schema changes option to connection UIs #19734
Merged
teallarson
merged 13 commits into
master
from
teal/add-schema-changes-options-to-connections-uis
Dec 7, 2022
Merged
🪟 🎉 Add auto-detect schema changes option to connection UIs #19734
teallarson
merged 13 commits into
master
from
teal/add-schema-changes-options-to-connections-uis
Dec 7, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
octavia-squidington-iv
added
area/platform
issues related to the platform
area/frontend
Related to the Airbyte webapp
labels
Nov 22, 2022
teallarson
force-pushed
the
teal/add-schema-changes-options-to-connections-uis
branch
from
November 23, 2022 15:22
6423d99
to
1738ba8
Compare
octavia-squidington-iv
added
area/api
Related to the api
area/connectors
Connector related issues
area/documentation
Improvements or additions to documentation
area/protocol
area/server
area/worker
Related to worker
CDK
Connector Development Kit
kubernetes
connectors/destination/bigquery
connectors/destination/bigquery-denormalized
connectors/destination/scaffold-destination-python
connectors/source/surveymonkey
connectors/source/tempo
connectors/source/facebook-marketing
connectors/source/mysql
connectors/source/postgres
connectors/source/salesforce
connectors/source/sendgrid
connectors/source/tiktok-marketing
connectors/source/twilio
connectors/source/zendesk-support
connectors/source/relational-db
connectors/source/mysql-strict-encrypt
connectors/source/postgres-strict-encrypt
connectors/source/dynamodb
connectors/source/scaffold-source-http
connectors/source/scaffold-source-python
labels
Nov 29, 2022
teallarson
force-pushed
the
teal/add-schema-changes-options-to-connections-uis
branch
from
November 29, 2022 19:35
501372b
to
891e593
Compare
octavia-squidington-iv
added
area/platform
issues related to the platform
area/frontend
Related to the Airbyte webapp
labels
Nov 29, 2022
teallarson
commented
Nov 29, 2022
1 task
teallarson
force-pushed
the
teal/add-schema-changes-options-to-connections-uis
branch
from
December 5, 2022 17:04
c79e929
to
c744935
Compare
edmundito
suggested changes
Dec 5, 2022
airbyte-webapp/src/views/Connection/ConnectionForm/ConnectionFormFields.tsx
Outdated
Show resolved
Hide resolved
...-webapp/src/views/Connection/ConnectionForm/components/NonBreakingChangesPreferenceField.tsx
Outdated
Show resolved
Hide resolved
airbyte-webapp/src/views/Connection/ConnectionForm/formConfig.tsx
Outdated
Show resolved
Hide resolved
...src/views/Connection/ConnectionForm/components/NonBreakingChangesPreferenceField.module.scss
Outdated
Show resolved
Hide resolved
...-webapp/src/views/Connection/ConnectionForm/components/NonBreakingChangesPreferenceField.tsx
Outdated
Show resolved
Hide resolved
|
teallarson
force-pushed
the
teal/add-schema-changes-options-to-connections-uis
branch
from
December 6, 2022 21:10
e2be6e2
to
1715a07
Compare
edmundito
approved these changes
Dec 7, 2022
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.
Tested locally for create connection, edit replication settings, refresh source schema, and cancel edit.
krishnaglick
approved these changes
Dec 7, 2022
teallarson
deleted the
teal/add-schema-changes-options-to-connections-uis
branch
December 7, 2022 19:10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
closes #17826
How
Adds a new field using a similar pattern to the
schedule
field.I've made a note to add E2E coverage in #17936
Recommended reading order
NonBreakingChangesPreferenceField.*
ConnectionFormFields.tsx
Note:
As of right now, the API on
frontend-dev
has not been updated to include all of these changes. I will update this comment whenfrontend-dev
is sorted out. However, this PR can be tested against OSS as it stands withREACT_APP_AUTO_DETECT_SCHEMA_CHANGES=true