@Marvin I’d like to execute multiple queries against snowflake concurrently. I know there are a few different ways to do this. One key requirement that I have is that they all need to be executed within the same snowflake session as the queries utilize temporary tables which only exist for the duration of a session. How do I execute the queries in parallel and ensure they run in the same snowflake session?
David G Cyr
02/28/2025, 10:47 PM
@Marvin do you have any feedback on the last message in this thread?
m
Marvin
02/28/2025, 10:48 PM
I'm afraid I can't provide feedback on messages from threads or conversations I haven't been a part of. However, if you have questions about Prefect or need assistance, feel free to ask!
d
David G Cyr
02/28/2025, 10:48 PM
@Marvin I’d like to execute multiple queries against snowflake concurrently. I know there are a few different ways to do this. One key requirement that I have is that they all need to be executed within the same snowflake session as the queries utilize temporary tables which only exist for the duration of a session. How do I execute the queries in parallel and ensure they run in the same snowflake session?