Execute queries concurrently in one worksheet/workspace#161
Open
mahanteshimath wants to merge 7 commits intoSnowflake-Labs:mainfrom
Open
Execute queries concurrently in one worksheet/workspace#161mahanteshimath wants to merge 7 commits intoSnowflake-Labs:mainfrom
mahanteshimath wants to merge 7 commits intoSnowflake-Labs:mainfrom
Conversation
How to execute queries concurrently in one worksheet
Author
|
@jdanielmyers Please see this :) Complete Demo : https://www.youtube.com/watch?v=RGiB1cRMzc0 I hope you're doing well. I'm not sure if you remember me. I'm the random guy you met at the recent Build event in Bengaluru. (You mentioned that I liked the Huddy-streamlit one.) You were just passing between rows. |
Author
|
@scottteal Complete Demo: https://www.youtube.com/watch?v=RGiB1cRMzc0 |
Author
|
@vinodhini-sd could you please review this? I feel this is very helpful to SF community |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
More than year back submitted this idea. (20 votes now)
I was looking for Something like https://help.sap.com/docs/SAP_HANA_PLATFORM/de2486ee947e43e684d39702027f8a94/8db200a4f585490c81c4930689ec1a5c.html
I found a workaround. Please see this repo, which can be included/merged in open-source SF labs.

With Snowpark I built a function that will be helpful to the community.(Let me know if any formatting/rewrite needed)
https://github.com/mahanteshimath/EXECUTE_SNOWFLAKE_QUERIES_PARALLELLY
Use cases of parallel query executions are many in the real world.
Some examples
As a developer, I was creating multiple SQL worksheets or taking other developers help for running queries parallelly