Hi,
Our source tables are full loaded, (no CDC, then) in Snowflake DB. We have set parameters to be sure that etl will retrieve data from our source schema table, but for some reason, the ETL generated code is trying to retrieve data from CDC_SourceTableName.. Even worse, the ETL process failed, because it can't find CDC_SourceTableName.
To make test, we have clone our source tables with prefix CDC_, and the ETL process ran successfully, but no data have been loaded in RDV tables...
Here are relevant parameters config:
Have we missed something?
Thanks
Stephane