[](https://github.com/pulumi/pulumi-databricks/actions)
[](https://slack.pulumi.com)
[](https://www.npmjs.com/package/@pulumi/databricks)
[](https://pypi.org/project/pulumi-databricks)
[](https://badge.fury.io/nu/pulumi.databricks)
[](https://pkg.go.dev/github.com/pulumi/pulumi-databricks/sdk/go)
[](https://github.com/pulumi/pulumi-databricks/blob/master/LICENSE)
# Databricks Resource Provider
The Databricks Resource Provider lets you manage Databricks 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/databricks
or `yarn`:
$ yarn add @pulumi/databricks
### Python
To use from Python, install using `pip`:
$ pip install pulumi_databricks
### Go
To use from Go, use `go get` to grab the latest version of the library
$ go get github.com/pulumi/pulumi-databricks/sdk
### .NET
To use from .NET, install using `dotnet add package`:
$ dotnet add package Pulumi.Databricks
## Configuration
The following configuration points are available:
* `databricks:host` - (optional) This is the host of the Databricks workspace. It is a URL that you use to login to your workspace.
Alternatively, you can provide this value as an environment variable `DATABRICKS_HOST`.
* `databricks:token` - (optional) This is the API token to authenticate into the workspace. Alternatively, you can provide
this value as an environment variable `DATABRICKS_TOKEN`.
* `databricks:username` - (optional) This is the username of the user that can log into the workspace. Alternatively,
you can provide this value as an environment variable `DATABRICKS_USERNAME`.
* `databricks:password` - (optional) This is the user's password that can log into the workspace. Alternatively, you can
provide this value as an environment variable `DATABRICKS_PASSWORD`.
* `databricks:configFile` - (optional) Location of the Databricks CLI credentials file created by `databricks configure --token`
command (`~/.databrickscfg` by default). Check [Databricks CLI documentation](https://docs.databricks.com/dev-tools/cli/index.html#set-up-authentication) for more details.
The provider uses configuration file credentials when you don't specify host/token/username/password/azure attributes.
Alternatively, you can provide this value as an environment variable `DATABRICKS_CONFIG_FILE`. This field defaults to `~/.databrickscfg`.
* `databricks:profile` - (optional) Connection profile specified within `~/.databrickscfg`. Please check
[connection profiles section](https://docs.databricks.com/dev-tools/cli/index.html#connection-profiles) for more details. This field defaults to `DEFAULT`.
* `databricks:accountId` - (optional) Account Id that could be found in the bottom left corner of
[Accounts Console](https://accounts.cloud.databricks.com/). Alternatively, you can provide this value as an environment
variable `DATABRICKS_ACCOUNT_ID`. Only has effect when `host = "https://accounts.cloud.databricks.com/"` and currently used to provision account admins via `databricks_user`.
In the future releases of the provider this property will also be used specify account for `databricks_mws_*` resources as well.
* `databricks:authType` - (optional) enforce specific auth type to be used in very rare cases, where a single provider state
manages Databricks workspaces on more than one cloud and `More than one authorization method configured` error is a false positive. Valid values are `pat`, `basic`, `azure-client-secret`, `azure-msi`, `azure-cli`, and `databricks-cli`.
## Reference
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/databricks/api-docs/).
## Contributors
This package was originally built by the development team at [https://www.ingenii.io/](https://www.ingenii.io/). Pulumi thanks them for their continued contributions to the project.
Raw data
{
"_id": null,
"home_page": null,
"name": "pulumi-databricks",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "pulumi, databricks, category/infrastructure",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/a6/ec/f023ee32b006ce3857282923276d984ed1e235ecbaa7b8c784a54ed23048/pulumi_databricks-1.61.0.tar.gz",
"platform": null,
"description": "[](https://github.com/pulumi/pulumi-databricks/actions)\n[](https://slack.pulumi.com)\n[](https://www.npmjs.com/package/@pulumi/databricks)\n[](https://pypi.org/project/pulumi-databricks)\n[](https://badge.fury.io/nu/pulumi.databricks)\n[](https://pkg.go.dev/github.com/pulumi/pulumi-databricks/sdk/go)\n[](https://github.com/pulumi/pulumi-databricks/blob/master/LICENSE)\n\n# Databricks Resource Provider\n\nThe Databricks Resource Provider lets you manage Databricks 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/databricks\n\nor `yarn`:\n\n $ yarn add @pulumi/databricks\n\n### Python\n\nTo use from Python, install using `pip`:\n\n $ pip install pulumi_databricks\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-databricks/sdk\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n $ dotnet add package Pulumi.Databricks\n\n## Configuration\n\nThe following configuration points are available:\n\n* `databricks:host` - (optional) This is the host of the Databricks workspace. It is a URL that you use to login to your workspace.\n Alternatively, you can provide this value as an environment variable `DATABRICKS_HOST`.\n* `databricks:token` - (optional) This is the API token to authenticate into the workspace. Alternatively, you can provide \n this value as an environment variable `DATABRICKS_TOKEN`.\n* `databricks:username` - (optional) This is the username of the user that can log into the workspace. Alternatively,\n you can provide this value as an environment variable `DATABRICKS_USERNAME`.\n* `databricks:password` - (optional) This is the user's password that can log into the workspace. Alternatively, you can \n provide this value as an environment variable `DATABRICKS_PASSWORD`.\n* `databricks:configFile` - (optional) Location of the Databricks CLI credentials file created by `databricks configure --token`\n command (`~/.databrickscfg` by default). Check [Databricks CLI documentation](https://docs.databricks.com/dev-tools/cli/index.html#set-up-authentication) for more details. \n The provider uses configuration file credentials when you don't specify host/token/username/password/azure attributes. \n Alternatively, you can provide this value as an environment variable `DATABRICKS_CONFIG_FILE`. This field defaults to `~/.databrickscfg`.\n* `databricks:profile` - (optional) Connection profile specified within `~/.databrickscfg`. Please check \n [connection profiles section](https://docs.databricks.com/dev-tools/cli/index.html#connection-profiles) for more details. This field defaults to `DEFAULT`.\n* `databricks:accountId` - (optional) Account Id that could be found in the bottom left corner of \n [Accounts Console](https://accounts.cloud.databricks.com/). Alternatively, you can provide this value as an environment \n variable `DATABRICKS_ACCOUNT_ID`. Only has effect when `host = \"https://accounts.cloud.databricks.com/\"` and currently used to provision account admins via `databricks_user`.\n In the future releases of the provider this property will also be used specify account for `databricks_mws_*` resources as well.\n* `databricks:authType` - (optional) enforce specific auth type to be used in very rare cases, where a single provider state\n manages Databricks workspaces on more than one cloud and `More than one authorization method configured` error is a false positive. Valid values are `pat`, `basic`, `azure-client-secret`, `azure-msi`, `azure-cli`, and `databricks-cli`.\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/databricks/api-docs/).\n\n## Contributors\n\nThis package was originally built by the development team at [https://www.ingenii.io/](https://www.ingenii.io/). Pulumi thanks them for their continued contributions to the project.\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Pulumi package for creating and managing databricks cloud resources.",
"version": "1.61.0",
"project_urls": {
"Homepage": "https://www.pulumi.com",
"Repository": "https://github.com/pulumi/pulumi-databricks"
},
"split_keywords": [
"pulumi",
" databricks",
" category/infrastructure"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "f76ce92c253841cc36331113d0dd3ab273fead79296ad73200cd12265fcd70e9",
"md5": "bb0711c82eed61cea65affa9fdf8bde5",
"sha256": "f131ffae15a611faf18a684eca8f2d25aa895fdce302648341b418e91e1e6f36"
},
"downloads": -1,
"filename": "pulumi_databricks-1.61.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bb0711c82eed61cea65affa9fdf8bde5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 945767,
"upload_time": "2025-02-14T03:56:42",
"upload_time_iso_8601": "2025-02-14T03:56:42.807055Z",
"url": "https://files.pythonhosted.org/packages/f7/6c/e92c253841cc36331113d0dd3ab273fead79296ad73200cd12265fcd70e9/pulumi_databricks-1.61.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a6ecf023ee32b006ce3857282923276d984ed1e235ecbaa7b8c784a54ed23048",
"md5": "e8ab5a33856e7d38443345b148749e9f",
"sha256": "cb5bd1d83e9bfa0fcb2fec6407c9fd07dbfc89bd1499d797093135c9537d95a3"
},
"downloads": -1,
"filename": "pulumi_databricks-1.61.0.tar.gz",
"has_sig": false,
"md5_digest": "e8ab5a33856e7d38443345b148749e9f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 754763,
"upload_time": "2025-02-14T03:56:45",
"upload_time_iso_8601": "2025-02-14T03:56:45.364887Z",
"url": "https://files.pythonhosted.org/packages/a6/ec/f023ee32b006ce3857282923276d984ed1e235ecbaa7b8c784a54ed23048/pulumi_databricks-1.61.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-14 03:56:45",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pulumi",
"github_project": "pulumi-databricks",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pulumi-databricks"
}