A curated collection of containerized tools and utilities designed to enhance the Snowflake Builder experience. This repository aims to streamline common development tasks, automate configurations, and provide standardized environments for Snowflake development.
base
: A standardized Python development container with common Snowflake packages and utilitiesforgeconfig
: Automated RSA key generation and configuration management for Snowflake users
This collection exists to provide consistent development environments, automate repetitive setup tasks, streamline security configurations, reduce development overhead, and share best practices through code.
Built by Builders, for Builders working with Snowflake data platforms.
-
Verify Docker installation:
docker --version
-
Confirm Docker is running:
docker ps
-
Log into your Snowflake account and confirm you can access the web interface
The base container provides a standardized Python development environment for Snowflake projects.
The forgeconfig utility helps manage RSA key generation and configuration for Snowflake users.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.