Is there a way to force a `snowflake_resource` to ...
# integration-snowflake
c
Is there a way to force a
snowflake_resource
to run bootstrap queries each time it connects? For example, each time I connect, I need to run
USE SECONDARY ROLES ALL;
because it provides me the read access I need for pulling data from schemas that are not my default schema.
j
there isn’t a way to do this right now. Can you open a github feature request to track it?
❤️ 1