Skip to content

rajshah4/snowflake-notebooks

Repository files navigation

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",
}

About

Unofficial snowflake notebooks created by me

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published