Binary Data for Snowflake
If any Snowflake table has a binary column, Torch will not be able to execute any operations such as profiling or executing a data quality policy on that table. This is because the Snowflake Spark connector does not support binary data type.

The job execution fails with the following error:
2021-06-12 18:32:07 ERROR AnalysisAppApi:463 - Unsupported type -2
java.sql.SQLException: Unsupported type -2
Therefore, for a Snowflake data source, whenever you profile or take sample data for a particular table, with a column containing binary data type, the action fails.

Was this page helpful?