-
Notifications
You must be signed in to change notification settings - Fork 4.5k
🪟 🎉 Add auto-detect schema changes option to connection UIs #19734
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
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 hidden or 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
6423d99
to
1738ba8
Compare
501372b
to
891e593
Compare
teallarson
commented
Nov 29, 2022
1 task
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
|
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
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