Skip to content
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

🪟 🎨 Show Schema Update Errors to User #18008

Merged
merged 8 commits into from
Oct 19, 2022

Conversation

teallarson
Copy link
Contributor

@teallarson teallarson commented Oct 14, 2022

What

Closes #14096

As of #16748, we started actually throwing in the case that there was an error fetching the source schema.

This PR surfaces the error message string as part of that as well. The prop was always there, it just wasn't being passed in.

Screen Shot 2022-10-14 at 2 22 08 PM

How

Pass the schema error message

Recommended reading order

  1. SchemaError
  2. TryAfterErrorBlock

@github-actions github-actions bot added area/platform issues related to the platform area/frontend Related to the Airbyte webapp labels Oct 14, 2022
@teallarson teallarson marked this pull request as ready for review October 14, 2022 18:27
@teallarson teallarson requested a review from a team as a code owner October 14, 2022 18:27
@teallarson teallarson force-pushed the teal/schema-updates-error-messaging branch from e7da21f to bed98bc Compare October 18, 2022 14:01
@teallarson teallarson force-pushed the teal/schema-updates-error-messaging branch from b42a80b to 5335d30 Compare October 18, 2022 18:36
@teallarson teallarson requested a review from edmundito October 18, 2022 18:43
Copy link
Contributor

@edmundito edmundito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good now, did not test.

@teallarson teallarson merged commit 19e6fad into master Oct 19, 2022
@teallarson teallarson deleted the teal/schema-updates-error-messaging branch October 19, 2022 14:17
jhammarstedt pushed a commit to jhammarstedt/airbyte that referenced this pull request Oct 31, 2022
* show schema update error

* remove test code

* use i18n for error message label and string

* update snapshot of create connection

* fix intl string parsing

* update snapshot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/frontend Related to the Airbyte webapp area/platform issues related to the platform team/platform-move
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed source schema updates appear successful in the UI
2 participants