Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm taking data from SQL Server to Snowflake using Talend. I did a row count of the table in SQL Server and I had about 3.5M rows, but when I did a rowcount of the same table in Snowflake I had about 2.8M rows. I talked with the Snowflake folks and they're saying that they see that Talend is inputting it into a temp table and they're blaming the issue on Talend. I'm not using any temp table in Talend. Any thoughts?
You can write reject file to csv file after the snowflake with reject connection, by using outline in the components we can get how many were inserted and how many were rejected
please look below screenshot, i was writing from file to sql output, so i used the outline components code, when you write to rejects in the file, you can get the reason why other rows are not inserted.
And please look below