MySQL <-> Snowflake connection not working as expected #31880
Unanswered
nivibaliga
asked this question in
Connector Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I did a POC on Airbyte earlier this year, Airbyte would create AIRBYTE_RAW table in the destination schema and create the normalized table (if I selected normalization as Normalized tabular data) in the destination schema. Last week, I returned to Airbyte to create a MYSQL<->Snowflake connection and found that the raw data is being landed in airbyte_internal schema that was created on the fly and data is normalized into a table in the destination schema even though I select Raw data (JSON). I looked up articles/blogs/Airbyte slack channel for a reference to this changed behaviour and could not find any. What happened? Can anybody shed some light?
Beta Was this translation helpful? Give feedback.
All reactions