I am trying to log the errors that occurs during loading the data into Snowflake
table, and my table name is log_table. In this table,I have column, IICS_status,IICS_ERRORS and Table_Name. I would like to capture the Snowflake
table name where data is getting loaded along with any IICS
error that are encountered during the mapping. To capture IICS Warning and Status, I referred to this article.
Basically, Data Task 1 is the MCT which is loading the data to Snowflake
, and Data Task 2 is capturing the IICS status and other information into log_table. I am able to successfully capture IICS status and IICS Error into Snowflake
. However,I am struggling with how to capture the Snowflake table name into log_table?
I am new to IICS
so any help on this topic will be much appreciated!