Name | pulumi-snowflake JSON |
Version |
1.0.0
JSON |
| download |
home_page | None |
Summary | A Pulumi package for creating and managing snowflake cloud resources. |
upload_time | 2024-12-17 13:17:56 |
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.
|
[![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.9",
"maintainer_email": null,
"keywords": "pulumi, snowflake",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/62/10/7e7a735361e0fa6ea9ac06a26d17f6c0fd0bc2e44c83c6f1e3b24b7d1717/pulumi_snowflake-1.0.0.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": "1.0.0",
"project_urls": {
"Homepage": "https://pulumi.io",
"Repository": "https://github.com/pulumi/pulumi-snowflake"
},
"split_keywords": [
"pulumi",
" snowflake"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a12f0030d6148da53a555dd45994b35ba9e47a77254ac1720dd297dc98a7e308",
"md5": "ed946e91a943b9a04620aad87466bb39",
"sha256": "e09280ebd24e548ae626305321696322405c8569d3d592dbdb0203cdf011487f"
},
"downloads": -1,
"filename": "pulumi_snowflake-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ed946e91a943b9a04620aad87466bb39",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 876316,
"upload_time": "2024-12-17T13:17:52",
"upload_time_iso_8601": "2024-12-17T13:17:52.429877Z",
"url": "https://files.pythonhosted.org/packages/a1/2f/0030d6148da53a555dd45994b35ba9e47a77254ac1720dd297dc98a7e308/pulumi_snowflake-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "62107e7a735361e0fa6ea9ac06a26d17f6c0fd0bc2e44c83c6f1e3b24b7d1717",
"md5": "5048473af0ed198a9f7bbff824dde234",
"sha256": "965e255fc6830c455d84a5d7b10dc486bc534e8175ddd2d3204aeca95bdf448a"
},
"downloads": -1,
"filename": "pulumi_snowflake-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "5048473af0ed198a9f7bbff824dde234",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 708314,
"upload_time": "2024-12-17T13:17:56",
"upload_time_iso_8601": "2024-12-17T13:17:56.216717Z",
"url": "https://files.pythonhosted.org/packages/62/10/7e7a735361e0fa6ea9ac06a26d17f6c0fd0bc2e44c83c6f1e3b24b7d1717/pulumi_snowflake-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-17 13:17:56",
"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"
}