Hi all, I have a workflow which has three outputs and I need them to create a table in Snowflake. I've been using the Snowflake Bulk Loader as my file format because I read that is what I needed to do to write into Snowflake
2/3 of the outputs have worked as I wanted but the final table keeps on coming up with this error:
Error SQLPrepare: SQL compilation error: Object '"table"' does not exist or not authorized.
How do I resolve this issue?