Custom Source <=> BigQuery/E2E Testing: "fieldsInCatalog" is null
#29546
-
Hi! Im testing my custom source on Airbyte OSS and getting an unknown replication error. My Airbyte Version is The first error throwned is: processMessage: exception caught And on the following attempts of the same sync, I get : readFromSource: exception caught Any thoughts on what it might be ? Thanks :) The stack trace is:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Here are the full logs of the replication attempt:
|
Beta Was this translation helpful? Give feedback.
-
We did some testing on this in office hours:
Suggested trying to leave namespace undefined as a user previously reported that it resolved the behaviour. However, this is a workaround as it should be possible to support namespaces. |
Beta Was this translation helpful? Give feedback.
-
Are the fields created as `["null", "data_type"]? or only "data_type"? |
Beta Was this translation helpful? Give feedback.
-
As @sh4sh suggested, removing the |
Beta Was this translation helpful? Give feedback.
As @sh4sh suggested, removing the
namespace
attr from the streams solved the problem. Connection is now syncing as expected, but I've lost flexibility on managing how my data shows on destination