How to Create Python Stored Procedures in Snowpark

Опубликовано: 08 Ноябрь 2022
на канале: Sean MacKenzie Data Engineering
4,965
62

Many viewers have asked me, "how can I run my Python code in Snowflake?" Running your code in Snowflake instead of your local computer becomes important very quickly, especially when you start doing operations on large datasets where it makes no sense to manipulate the data on your local computer. Snowpark gives users exactly this capability by allowing them to create stored procedures in several languages. In this episode, we're going to create a Python stored procedure that we can use in Snowpark. First we'll create the procedure, then call it, see the results, and then test the output. Let's go!

Related Videos:
How to Get Started with Snowpark for Python on Snowflake
   • How to Get Started with Snowpark for ...  
How to Use Snowpark Dataframes in Python
   • How to Use Snowpark Dataframes in Python  
How to Run Python User Defined Functions in Snowpark
   • How to Run Python User Defined Functi...  
How to Create Python Stored Procedures in Snowpark
You are watching this one now!

Join me on Patreon!
  / mackenziedataengineering  

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



Want the code from this video?
http://mackenziemackenzie.com/downloads

Interested in transforming your career or finding your next gig?
https://system.billzone.com/careers.html

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

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...


#snowflake #snowpark #python