When bulk loading to Snowflake, data is uploaded to a temp table (named by CData) and then insert/merged into the final target table.
Is there a way to specify, either at the Connection level, or the Job level, what Database or Schema should be used to store those tables?
By default it just puts them in the target schema, but it would be nice to split those out so we can more quickly clean anything up after an aborted job.