How to Use execute_string for Many SQL Statements Using Python on Snowflake

Опубликовано: 16 Июль 2021
на канале: Sean MacKenzie Data Engineering
2,325
35

How to Use execute_string for Many SQL Statements Using Python on Snowflake
Sometimes you have a bunch of SQL statements that you need to execute on your Snowflake database. You have them already in a string in memory, and just need to execute all of them. You can do this using execute_stream from the Snowflake Connector for Python, which will execute a bunch of these so you don’t have to do a loop or many execute statements of your own. In this demonstration, we’ll execute two statements (each from a different table), then provide their output to see.

Related Videos:
Python on Snowflake - Getting started with the Snowflake Connector for Python
   • Python on Snowflake - Getting started...  
Python on Snowflake: Create and Populate a Database and Retrieve Data
   • Python on Snowflake: Create and Popul...  
How to Use write_pandas to Migrate Dataframes into Snowflake Databases
   • How to Use write_pandas to Migrate Da...  
How to Query Snowflake Data into Pandas Dataframes
   • How to Query Snowflake Data into Pand...  
How to Execute Many SQL Statements from a File Using the Python Connector for Snowflake
   • How to Execute Many SQL Statements fr...  
Use Parameters on Snowflake Queries with the Python Connector
   • Use Parameters on Snowflake Queries w...  
How to Use execute_string for Many SQL Statements Using Python on Snowflake
You are watching this one now!
Python on Snowflake - How to Use executemany with Lists or Tuples for Parameters
   • Python on Snowflake - How to Use exec...  

Want to get access to premium content made just for you and have a chat with me? Find me on Patreon :
  / mackenziedataengineering  

Demo of my BZ RDP Cloaker:
https://www.patreon.com/posts/how-to-...



Want to work with me 1:1? Contact me today and book your free 20 min consultation!
Contact form you can find at http://www.mackenziemackenzie.com/

Follow me on social media:
  / mackenziedataanalytics  
  / seamacke  
  / seamacke  
  / seamacke  
  / psmackenzie  

Get Microsoft Office including Access:
https://click.linksynergy.com/fs-bin/...

Got a YouTube Channel? I use TubeBuddy, it is awesome. Give it a try:
https://www.tubebuddy.com/seanmackenz...


For developers looking for a new role, check out:
https://www.toptal.com/qKaO2b/worlds-...

Want my team to do a project for you? Let's get to it!
https://system.billzone.com/smdeproje...

#Snowflake #SQLStatement #Execute_string #Python

   • How to Use execute_string for Many SQ...