Failed source schema updates appear successful in the UI #14096
Labels
area/frontend
Related to the Airbyte webapp
needs-triage
team/platform-move
type/bug
Something isn't working
On the Connection page:
Currently if there is an error response on the POST when a user clicks "refresh source schema", there is no indication to them. It looks to the user as though the refresh completes successfully with no changes in the Source. When the loading screen is done, the refresh button goes away and there is the "if you save this it overrides things" warning, just like if the refresh had been successful (in the above screenshot, there had been a 500 error in the refresh source schema. the schema shown on the screen does not match the actual source schema as a result of the call failing)
We should surface that there was an error refreshing the schema and treat it as if there had not been a successful schema update (ie: the "refresh source schema" button should be visible).
The text was updated successfully, but these errors were encountered: