You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today, run_query in a run-operation is single-threaded.
With multiple queries to be run, each of them needs to wait for the previous one to return data before being executed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Today,
run_query
in arun-operation
is single-threaded.With multiple queries to be run, each of them needs to wait for the previous one to return data before being executed.
execute_async allows async queries in Snowflake.
run_query_async()
function for that? Or a parameter forrun_query(... , async=True)
?dbt-core
repo to have it as a first class dbt support instead of a Snowflake one?Beta Was this translation helpful? Give feedback.
All reactions