Metadata-Version: 2.1
Name: pulumi_databricks
Version: 0.1.0
Summary: A Pulumi package for creating and managing Databricks cloud resources.
Home-page: https://ingenii.dev
License: Apache-2.0
Project-URL: Repository, https://github.com/ingenii-solutions/pulumi-databricks
Keywords: pulumi dataricks
Platform: UNKNOWN
Description-Content-Type: text/markdown

# IMPORTANT

This is a pre-release. Please do not use it in production.

We have requested permission from the Pulumi team to start working on porting (or bridging) the Terraform Databricks provider to Pulumi.

This release matches version 0.4.1 of the Terraform Databricks provider.

## Notes

* Install [Pulumi CLI](https://www.pulumi.com/docs/get-started/install/)
* Install [PulumiCTL](https://github.com/pulumi/pulumictl)
* Install Go 1.16
* Install Python 3.x

Run the following commands:

`cd provider && go mod tidy`
`make tfgen VERSION=<provider version>`  
`make build_provider VERSION=<provider version>`  
`make build_sdks VERSION=<provider version>`  

If additional mapping is required, open the `/provider/resources.go` file and perform the mapping by using the [provider.go](https://github.com/databrickslabs/terraform-provider-databricks/blob/master/provider/provider.go) file as reference.

Run `pip install` when the Python SDK is built. If duplicate attribuets are detected, fix them by going to the files specified in the pip output.

Once the duplicates are resolved, proceed by using `twine` to upload the latest version of the Python SDK to pypi.

Also, we need to create another release of this repository and upload all provider binaries. Linux, Windows, Darwin.

> This repository is in a shabby state, but we cannot allocate enough time to fully automate the Pulumi <> Terraform bridging. If anyone is happy to spend the time, please reach out.

We have only generated the Python SDKs.

* Previous working version: `0.0.6` (mapped to Terraform Databricks provider version `0.4.0`)  
* Latest working version: `0.1.0` (mapped to Terraform Databricks provider version `0.4.1`)

## Usage

### Python

```shell
pip install pulumi-databricks
```

