Skip to content

mstellwa/snowpark_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snowpark_examples

Various examples and demos primary using Snowpark for Python.

Most of those will use a creds.json file, stored in this directory, with the credentials needed to connect to your Snowflake account with the following structure

{
    "account":"MY SNOWFLAKE ACCOUNT",
    "user": "MY USER",
    "password":"MY PASSWORD",
    "role":"MY ROLE",
    "warehouse":"MY WH",
    "database":"MY DB",
    "schema":"MY SCHEMA"
}

Source data that is used by the notebooks can be lodaed by running 00_Load_demo_data

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published