Skip to content

Latest commit

 

History

History
72 lines (43 loc) · 2.87 KB

README.md

File metadata and controls

72 lines (43 loc) · 2.87 KB

snowflake-notebooks

Unofficial snowflake notebooks created by me

This is an unofficial repo. If you need the latest and greatest, check out the snowflake documentation or Snowflake Developers or Snowflake labs repo.

Notebooks

Basics of Snowpark using Diabetes Dataset

Basics of Snowpark with Forecasting Chicago Bus Ridership


Scaling:


Cortex LLM


Misc Notebooks:


Containers for Snowflake Container Services:


Using the Notebooks:

For connecting to snowflake, the notebooks use a creds.json file. You will want to create this JSON file with the following structure

{
    "account":"MY SNOWFLAKE ACCOUNT",
    "user": "MY USER",
    "password":"MY PASSWORD",
    "warehouse":"MY WH",
}