Has anyone created a standard MySQL to Snowflake c...
# replication-troubleshooting
g
Has anyone created a standard MySQL to Snowflake connection recently? I have a basic connection set up (CDC and Incremental + Dedupe) and its failing the normalization phase (the _RAW table isn’t being created so the _STG view fails). All the latest version (MySQL
1.0.6
and Snowflake
0.4.38
and airbyte version
0.40.17
) and a fresh connection so I don’t know what I could possibly be doing wrong.
✍️ 1
a
The log messages in the UI that shows the syncs for the connection may help understand the issue. Have you looked there?
g
Yeah I’ve posted logs here: https://discuss.airbyte.io/t/mysql-to-snowflake-fails-normalization-doesnt-build-raw-table/2991 it appears to be an issue with the source. I think MySQL CDC is still unstable