How to Use execute_stream to Execute Many SQL Statements with Python Connector for Snowflake
11-June-2021
Often, database developers need to prepare a sequence of SQL statements in a file, so that they can be
executed at a later time or from a different location. In this episode, I’ll show you how to execute many
SQL statements in a local file against your Snowflake database. The Python Connector for Snowflake
provides a nice easy way to accomplish this, through the execute_stream method. Let’s go and update our
Snowflake database!
Snowflake Project? Contact me today!