[platform] Discover/refresh schema issue "io.airbyte.api.model.generated.AirbyteCatalog.getStreams()" because "discovered" is null" error.
#37375
-
Platform Version0.57.0 What step the error happened?Other Revelant informationIn creating a new connection, I experience a "Discovering schema failed, Failed to run schema discovery." error. In refreshing the source schema in an existing connection, I experience a "Internal Server Error: Cannot invoke "io.airbyte.api.model.generated.AirbyteCatalog.getStreams()" because "discovered" is null" error. These errors are occurring with all sources I've tested: Relevant log outputNo response |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 2 replies
-
In trying to run a sync, I experience a "The check connection failed because of an internal error in the scheduler used by airbyte." error. |
Beta Was this translation helpful? Give feedback.
-
Same issue here. I'm on Docker. Is it related to the changes in 0.51.0? I couldn't find any migration documentation, and used the run-ab-platform.sh script as usual.
|
Beta Was this translation helpful? Give feedback.
-
Yeah I suspect these are the breaking changes. I'm also looking out for the migration docs, will be sure to post a link if I find them |
Beta Was this translation helpful? Give feedback.
-
I just rollbacked to 0.50.50 (downloaded .env, docker-compose.yaml and flags.yml from source), everything works now again. I'll follow this thread and look for any documentation about upgrading to v51. |
Beta Was this translation helpful? Give feedback.
-
@davinchia can the team take a look in next sprint? |
Beta Was this translation helpful? Give feedback.
-
@ThomasGoodvest @alexgreen496 I'll try to reproduce the issue locally upgrading from the same version as yours. Any more additional information you can. share please add here. |
Beta Was this translation helpful? Give feedback.
-
@marcosmarxm It seems we are getting permission denied errors in the worker container:
|
Beta Was this translation helpful? Give feedback.
-
Hey @alexgreen496 there was a recent breaking change that is the cause of this, the resolution is described in the March release notes. https://docs.airbyte.com/release_notes/march_2024
|
Beta Was this translation helpful? Give feedback.
-
Removing old |
Beta Was this translation helpful? Give feedback.
-
Hey @kissifrot @marcosmarxm i am on version |
Beta Was this translation helpful? Give feedback.
Removing old
airbyte_workspace
volume did the trick, thanks @perangel for pointing this 👍