Name | pulumi-snowflake JSON |
Version |
2.5.0
JSON |
| download |
home_page | None |
Summary | A Pulumi package for creating and managing snowflake cloud resources. |
upload_time | 2025-08-30 03:52:09 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | Apache-2.0 |
keywords |
pulumi
snowflake
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[](https://github.com/pulumi/pulumi-snowflake/actions)
[](https://slack.pulumi.com)
[](https://www.npmjs.com/package/@pulumi/snowflake)
[](https://pypi.org/project/pulumi-snowflake)
[](https://badge.fury.io/nu/pulumi.snowflake)
[](https://pkg.go.dev/github.com/pulumi/pulumi-snowflake/sdk/go)
[](https://github.com/pulumi/pulumi-snowflake/blob/master/LICENSE)
# Snowflake Resource Provider
The Snowflake Resource Provider lets you manage Snowflake resources.
## Installing
This package is available in many languages in the standard packaging formats.
### Node.js (Java/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
$ npm install @pulumi/snowflake
or `yarn`:
$ yarn add @pulumi/snowflake
### Python
To use from Python, install using `pip`:
$ pip install pulumi_snowflake
### Go
To use from Go, use `go get` to grab the latest version of the library
$ go get github.com/pulumi/pulumi-snowflake/sdk
### .NET
To use from .NET, install using `dotnet add package`:
$ dotnet add package Pulumi.Snowflake
## Configuration
The following configuration points are available:
* `snowflake:account` - (required) The name of the Snowflake account. Can also come from the
`SNOWFLAKE_ACCOUNT` environment variable.
* `snowflake:username` - (required) Username for username+password authentication. Can come from the
`SNOWFLAKE_USER` environment variable.
* `snowflake:region` - (required) [Snowflake region](https://docs.snowflake.com/en/user-guide/intro-regions.html)
to use. Can be sourced from the `SNOWFLAKE_REGION` environment variable.
* `snowflake:password` - (optional) Password for username+password auth. Cannot be used with `browser_auth` or
`snowflake:privateKeyPath`. Can be sourced from `SNOWFLAKE_PASSWORD` environment variable.
* `snowflake:oauthAccessToken` - (optional) Token for use with OAuth. Generating the token is left to other
tools. Cannot be used with `snowflake:browserAuth`, `snowflake:privateKeyPath`, `snowflake:oauthRefreshToken`
or `snowflake:password`.
Can be sourced from `SNOWFLAKE_OAUTH_ACCESS_TOKEN` environment variable.
* `snowflake:oauthRefreshToken` - (optional) Token for use with OAuth. Setup and generation of the token is
left to other tools. Should be used in conjunction with `snowflake:oauthClientId`, `snowflake:oauthClientSecret`,
`snowflake:oauthEndpoint`, `snowflake:oauthRedirectUrl`. Cannot be used with `snowflake:browserAuth`,
`snowflake:privateKeyPath`, `snowflake:oauthAccessToken` or `snowflake:password`. Can be sourced from
`SNOWFLAKE_OAUTH_REFRESH_TOKEN` environment variable.
* `snowflake:oauthClientId` - (optional) Required when `snowflake:oauthRefreshToken` is used. Can be sourced from
`SNOWFLAKE_OAUTH_CLIENT_ID` environment variable.
* `snowflake:oauthClientSecret` - (optional) Required when `snowflake:oauthRefreshToken` is used. Can be sourced from
`SNOWFLAKE_OAUTH_CLIENT_SECRET` environment variable.
* `snowflake:oauthEndpoint` - (optional) Required when `snowflake:oauthRefreshToken` is used. Can be sourced from
`SNOWFLAKE_OAUTH_ENDPOINT` environment variable.
* `snowflake:oauthRedirectUrl` - (optional) Required when `snowflake:oauthRefreshToken` is used. Can be sourced from
`SNOWFLAKE_OAUTH_REDIRECT_URL` environment variable.
* `snowflake:privateKeyPath` - (optional) Path to a private key for using keypair authentication.. Cannot be
used with `snowflake:browserAuth`, `snowflake:oauthAccessToken` or `snowflake:password`. Can be source from
`SNOWFLAKE_PRIVATE_KEY_PATH` environment variable.
* `snowflake:role` - (optional) Snowflake role to use for operations. If left unset, default role for user
will be used. Can come from the `SNOWFLAKE_ROLE` environment variable.
## Reference
For further information, please visit [the Snowflake provider docs](https://www.pulumi.com/docs/intro/cloud-providers/snowflake)
or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/snowflake).
Raw data
{
"_id": null,
"home_page": null,
"name": "pulumi-snowflake",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "pulumi, snowflake",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/dc/fa/abadcddf19f157e6ae046bc1dadc741d6f6fe703161f5edb09a395574623/pulumi_snowflake-2.5.0.tar.gz",
"platform": null,
"description": "[](https://github.com/pulumi/pulumi-snowflake/actions)\n[](https://slack.pulumi.com)\n[](https://www.npmjs.com/package/@pulumi/snowflake)\n[](https://pypi.org/project/pulumi-snowflake)\n[](https://badge.fury.io/nu/pulumi.snowflake)\n[](https://pkg.go.dev/github.com/pulumi/pulumi-snowflake/sdk/go)\n[](https://github.com/pulumi/pulumi-snowflake/blob/master/LICENSE)\n\n# Snowflake Resource Provider\n\nThe Snowflake Resource Provider lets you manage Snowflake resources.\n\n## Installing\n\nThis package is available in many languages in the standard packaging formats.\n\n### Node.js (Java/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n $ npm install @pulumi/snowflake\n\nor `yarn`:\n\n $ yarn add @pulumi/snowflake\n\n### Python\n\nTo use from Python, install using `pip`:\n\n $ pip install pulumi_snowflake\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library\n\n $ go get github.com/pulumi/pulumi-snowflake/sdk\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n $ dotnet add package Pulumi.Snowflake\n\n## Configuration\n\nThe following configuration points are available:\n\n* `snowflake:account` - (required) The name of the Snowflake account. Can also come from the\n `SNOWFLAKE_ACCOUNT` environment variable.\n* `snowflake:username` - (required) Username for username+password authentication. Can come from the\n `SNOWFLAKE_USER` environment variable.\n* `snowflake:region` - (required) [Snowflake region](https://docs.snowflake.com/en/user-guide/intro-regions.html) \n to use. Can be sourced from the `SNOWFLAKE_REGION` environment variable.\n* `snowflake:password` - (optional) Password for username+password auth. Cannot be used with `browser_auth` or\n `snowflake:privateKeyPath`. Can be sourced from `SNOWFLAKE_PASSWORD` environment variable.\n* `snowflake:oauthAccessToken` - (optional) Token for use with OAuth. Generating the token is left to other\n tools. Cannot be used with `snowflake:browserAuth`, `snowflake:privateKeyPath`, `snowflake:oauthRefreshToken`\n or `snowflake:password`.\n Can be sourced from `SNOWFLAKE_OAUTH_ACCESS_TOKEN` environment variable.\n* `snowflake:oauthRefreshToken` - (optional) Token for use with OAuth. Setup and generation of the token is\n left to other tools. Should be used in conjunction with `snowflake:oauthClientId`, `snowflake:oauthClientSecret`,\n `snowflake:oauthEndpoint`, `snowflake:oauthRedirectUrl`. Cannot be used with `snowflake:browserAuth`, \n `snowflake:privateKeyPath`, `snowflake:oauthAccessToken` or `snowflake:password`. Can be sourced from \n `SNOWFLAKE_OAUTH_REFRESH_TOKEN` environment variable.\n* `snowflake:oauthClientId` - (optional) Required when `snowflake:oauthRefreshToken` is used. Can be sourced from\n `SNOWFLAKE_OAUTH_CLIENT_ID` environment variable.\n* `snowflake:oauthClientSecret` - (optional) Required when `snowflake:oauthRefreshToken` is used. Can be sourced from\n `SNOWFLAKE_OAUTH_CLIENT_SECRET` environment variable.\n* `snowflake:oauthEndpoint` - (optional) Required when `snowflake:oauthRefreshToken` is used. Can be sourced from\n `SNOWFLAKE_OAUTH_ENDPOINT` environment variable.\n* `snowflake:oauthRedirectUrl` - (optional) Required when `snowflake:oauthRefreshToken` is used. Can be sourced from\n `SNOWFLAKE_OAUTH_REDIRECT_URL` environment variable.\n* `snowflake:privateKeyPath` - (optional) Path to a private key for using keypair authentication.. Cannot be\n used with `snowflake:browserAuth`, `snowflake:oauthAccessToken` or `snowflake:password`. Can be source from\n `SNOWFLAKE_PRIVATE_KEY_PATH` environment variable.\n* `snowflake:role` - (optional) Snowflake role to use for operations. If left unset, default role for user\n will be used. Can come from the `SNOWFLAKE_ROLE` environment variable.\n\n## Reference\n\nFor further information, please visit [the Snowflake provider docs](https://www.pulumi.com/docs/intro/cloud-providers/snowflake)\nor for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/snowflake).\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Pulumi package for creating and managing snowflake cloud resources.",
"version": "2.5.0",
"project_urls": {
"Homepage": "https://pulumi.io",
"Repository": "https://github.com/pulumi/pulumi-snowflake"
},
"split_keywords": [
"pulumi",
" snowflake"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "1cde9151b542ade482d0bae49f8e4ef9eb8c5bba7976a752012b1d0835937be8",
"md5": "525a45d59dc38a0670c0bb7677da8da3",
"sha256": "c45fe5d83e87cf9896bd1bc450e36fa60f72f202f7f1370d7d15c433b0399a66"
},
"downloads": -1,
"filename": "pulumi_snowflake-2.5.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "525a45d59dc38a0670c0bb7677da8da3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 1193586,
"upload_time": "2025-08-30T03:52:06",
"upload_time_iso_8601": "2025-08-30T03:52:06.988024Z",
"url": "https://files.pythonhosted.org/packages/1c/de/9151b542ade482d0bae49f8e4ef9eb8c5bba7976a752012b1d0835937be8/pulumi_snowflake-2.5.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dcfaabadcddf19f157e6ae046bc1dadc741d6f6fe703161f5edb09a395574623",
"md5": "e574b76e5f8980c8aa30ee8371950e56",
"sha256": "ed54ad6477606756f40d36923239a8d43acb223ea4c1e040a0b56aacb4ac22e5"
},
"downloads": -1,
"filename": "pulumi_snowflake-2.5.0.tar.gz",
"has_sig": false,
"md5_digest": "e574b76e5f8980c8aa30ee8371950e56",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 1004861,
"upload_time": "2025-08-30T03:52:09",
"upload_time_iso_8601": "2025-08-30T03:52:09.409800Z",
"url": "https://files.pythonhosted.org/packages/dc/fa/abadcddf19f157e6ae046bc1dadc741d6f6fe703161f5edb09a395574623/pulumi_snowflake-2.5.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-30 03:52:09",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pulumi",
"github_project": "pulumi-snowflake",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pulumi-snowflake"
}