Name | pulumi-snowflake JSON |
Version |
0.61.1
JSON |
| download |
home_page | None |
Summary | A Pulumi package for creating and managing snowflake cloud resources. |
upload_time | 2024-11-14 20:44:34 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | Apache-2.0 |
keywords |
pulumi
snowflake
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[![Actions Status](https://github.com/pulumi/pulumi-snowflake/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-snowflake/actions)
[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
[![NPM version](https://badge.fury.io/js/%40pulumi%2Fsnowflake.svg)](https://www.npmjs.com/package/@pulumi/snowflake)
[![Python version](https://badge.fury.io/py/pulumi-snowflake.svg)](https://pypi.org/project/pulumi-snowflake)
[![NuGet version](https://badge.fury.io/nu/pulumi.snowflake.svg)](https://badge.fury.io/nu/pulumi.snowflake)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-snowflake/sdk/go)](https://pkg.go.dev/github.com/pulumi/pulumi-snowflake/sdk/go)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](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.8",
"maintainer_email": null,
"keywords": "pulumi, snowflake",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/8a/7d/a4e88bde496c789708444aebaddf53ee37eb8e03941f71289570718bfb99/pulumi_snowflake-0.61.1.tar.gz",
"platform": null,
"description": "[![Actions Status](https://github.com/pulumi/pulumi-snowflake/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-snowflake/actions)\n[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)\n[![NPM version](https://badge.fury.io/js/%40pulumi%2Fsnowflake.svg)](https://www.npmjs.com/package/@pulumi/snowflake)\n[![Python version](https://badge.fury.io/py/pulumi-snowflake.svg)](https://pypi.org/project/pulumi-snowflake)\n[![NuGet version](https://badge.fury.io/nu/pulumi.snowflake.svg)](https://badge.fury.io/nu/pulumi.snowflake)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-snowflake/sdk/go)](https://pkg.go.dev/github.com/pulumi/pulumi-snowflake/sdk/go)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](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": "0.61.1",
"project_urls": {
"Homepage": "https://pulumi.io",
"Repository": "https://github.com/pulumi/pulumi-snowflake"
},
"split_keywords": [
"pulumi",
" snowflake"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "34fe4d7e13622b581f2f2c76d13cf3e63115eaf96195a9f61997cef3f4a279fc",
"md5": "77594e33a35eded6ddc38e5d6076f770",
"sha256": "ba6798c1157942d7bfd70fa30739339f45166caf121ca7fc9a63171bd4790a37"
},
"downloads": -1,
"filename": "pulumi_snowflake-0.61.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "77594e33a35eded6ddc38e5d6076f770",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 737116,
"upload_time": "2024-11-14T20:44:32",
"upload_time_iso_8601": "2024-11-14T20:44:32.600679Z",
"url": "https://files.pythonhosted.org/packages/34/fe/4d7e13622b581f2f2c76d13cf3e63115eaf96195a9f61997cef3f4a279fc/pulumi_snowflake-0.61.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8a7da4e88bde496c789708444aebaddf53ee37eb8e03941f71289570718bfb99",
"md5": "0974dd0b56235ffa6357579fbd82c4d3",
"sha256": "fc33b82b46517b3abc9ede84f06b0e852a538e84592fc9ae2dacb109d10dec61"
},
"downloads": -1,
"filename": "pulumi_snowflake-0.61.1.tar.gz",
"has_sig": false,
"md5_digest": "0974dd0b56235ffa6357579fbd82c4d3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 581906,
"upload_time": "2024-11-14T20:44:34",
"upload_time_iso_8601": "2024-11-14T20:44:34.844374Z",
"url": "https://files.pythonhosted.org/packages/8a/7d/a4e88bde496c789708444aebaddf53ee37eb8e03941f71289570718bfb99/pulumi_snowflake-0.61.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-14 20:44:34",
"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"
}