pulumi-snowflake
A Pulumi package for creating and managing snowflake cloud resources.
What it is and what it does
pulumi_snowflake is a Pulumi resource provider that bridges Python infrastructure-as-code workflows with Snowflake cloud resources. It lets you declare Snowflake objects—databases, compute warehouses, users, roles, and other entities—in Python code and deploy them through Pulumi's orchestration engine, treating your Snowflake infrastructure the same way you would any other cloud resource.
The package wraps Snowflake's API and integrates with Pulumi's state management, allowing you to version-control your Snowflake configuration, automate deployments, and manage resources across environments. It supports multiple authentication methods (username/password, OAuth, keypair, browser auth) and requires only that you provide account name, region, and credentials via environment variables or Pulumi configuration.
Use it for:
- Automate Snowflake warehouse and database provisioning as part of a larger infrastructure deployment pipeline.
- Define and manage Snowflake users, roles, and permissions in version-controlled Python code.
- Spin up ephemeral Snowflake resources for testing or development environments and tear them down programmatically.
- Replicate Snowflake configurations across multiple accounts or regions using Pulumi stack management.
- Integrate Snowflake resource creation with other cloud infrastructure (compute, storage, networking) in a single Pulumi program.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A Pulumi resource provider that lets you define, deploy, and manage Snowflake resources—databases, warehouses, users, roles, and other cloud objects—as code using Python.
Yes, if you are already using Pulumi and need to manage Snowflake resources as code. The package is actively maintained, has low install friction, carries no known vulnerabilities, and is licensed permissively. It is a straightforward fit for teams adopting infrastructure-as-code practices across Snowflake. Not relevant if you are not using Pulumi or if you manage Snowflake through other tools.
Install
pulumi-snowflake on PyPI
pip
pip install pulumi-snowflakeuv
uv add pulumi-snowflakepoetry
poetry add pulumi-snowflakeInstalling pulumi-snowflake
Before you install
Low install friction; depends on pulumi and semantic versioning utilities (parver, semver, typing-extensions). Actively maintained with a release 14 days ago and no known vulnerabilities.
License in practice
Licensed under Apache-2.0 (permissive), allowing commercial use, modification, and distribution with minimal restrictions.
Quickstart
pip install pulumi_snowflake
import pulumi
import pulumi_snowflake as snowflake
warehouse = snowflake.Warehouse('my_warehouse',
database='my_db',
schema='public')
Requires Python >=3.9; Snowflake account credentials (account name, region, username, and authentication method) must be configured via environment variables or Pulumi config.
Verify before relying
- Full breadth of Snowflake resource types supported (databases, warehouses, users, roles, etc.) not enumerated in the fact sheet.
- Whether the provider supports all Snowflake authentication methods equally or has known limitations with specific auth flows.
- Performance characteristics and rate-limiting behavior when managing large numbers of Snowflake resources.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — parver, pulumi, semver, typing-extensions |
| Maintenance | actively maintained — 14 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 238,559/month — #8,935 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pulumi_snowflake-2.19.0-py3-none-any.whl
Keywords: pulumi, snowflake
Tags
More Database packages
psycopg2-binary is a PostgreSQL database…
copyleft · top 1,000 on PyPI
redisPython client library for connecting to and…
permissive · top 1,000 on PyPI
ydbYDB Python SDK is the official client library…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
sqlparsesqlparse tokenizes SQL text into a tree of…
permissive · top 1,000 on PyPI
dbt-adaptersProvides base adapter protocols and shared…
permissive · top 1,000 on PyPI
pulumi-gitlabPulumi provider for GitLab that lets you define…
permissive · top 15,000 on PyPI
pulumi-dockerPulumi provider for managing Docker resources…
permissive · top 5,000 on PyPI
pulumi-cloudflarePulumi provider for Cloudflare that lets you…
permissive · top 15,000 on PyPI
pulumi-gcpPulumi resource provider for Google Cloud…
permissive · top 5,000 on PyPI
pulumi-postgresqlPulumi resource provider for declaring and…
permissive · top 15,000 on PyPI
pulumi-azureadPulumi provider for Azure Active Directory that…
permissive · top 15,000 on PyPI
pulumi-githubPulumi provider for GitHub that lets you define…
permissive · top 15,000 on PyPI
pulumi-pagerdutyA Pulumi resource provider that lets you…
permissive · top 15,000 on PyPI
pulumi-tailscaleA Pulumi resource provider that lets you…
permissive · top 15,000 on PyPI
snowflake-cli-labsThis package has been renamed and is now a…
permissive · top 15,000 on PyPI