I created a pipeline load data from oracle to snowflake. even though the target table in snowflake does not exist in snowflake , the pipline still show succeeded without any error, also without any data loaded.
If checked the log, it is said “Error SnowflakeSQLException: SQL compilation error
table XXXX does not exist or not authorized.
”
How to make the pipeline failed if found target table is incorrect, or column is incorrect, for such kind of normal errors reporting in data load?