Hi
@Justin Cortex I'm not aware of Stitch's specifics, but I'd suggest the following flow:
Option A to keep your existing table:
1. Try a sync from Postgres to a new Snowflake table with Airbyte's basic normalization and check how far this is from your existing Snowflake table in term of schema.
2. Write a custom transformation in DBT (tutorial
here) to adjust the schema to the existing one in your destination
3. Add this transformation to a PG to your existing snowflake table connection
Option B to migrate your existing table to a new "airbyte" one:
1. Create a connection from Postgres to a new Snowflake table using basic normalization
2. Migrate data from your "legacy" Snowflake table to the new one with SQL in Snowflake to adapt to Airbyte's normalization schema