I have created Streamlit which can run Snowflake queries parallelly
(Snowflake credentials can be passed ). This is an improved version of the previous one. It would be good if something similar comes in snowsight.
Note: No snowflake credentials saved.
The time of query execution is directly proportional to the money spent.
Below execution will take ~1 Min only. The same in Snowsight will take ~2 Min
CREATE OR REPLACE TABLE PARALLEL_1 (SR_NO INTEGER ,INSRT_TMS TIMESTAMP);
CALL SYSTEM$WAIT(1, 'MINUTES');
CREATE OR REPLACE TABLE PARALLEL_2 (SR_NO INTEGER ,INSRT_TMS TIMESTAMP);
CALL SYSTEM$WAIT(1, 'MINUTES');
🎥 Witness the magic in action with this demo(~8 min):
https://lnkd.in/gbvqaRsG 🎬 (You can also find the code on Git for the curious minds out there!)
🔗 Try it out yourself(App): https://mysnowsight.streamlit.app/ 📲
https://github.com/mahanteshimath/mys...
#Streamlit #DataExploration #Snowflake #DataVisualization #DataScience #TechInnovation #Snowsight
#Streamlit #DataScience #ArtificialIntelligence #BusinessInsights
#Snowflake #DataVisualization #DataProfiles #StreamlitApp #DataExploration #snowflakedatabase #snowsummit #snowflakesummit
How can Snowflake queries be run parallelly?