-
### Configuration
```hcl
resource "time_rotating" "token" {
#rotation_days = 45
rotation_minutes = 1
}
resource "databricks_mws_workspaces" "this" {
provider = databricks…
-
### Configuration
### _Provider Configuration_
```hcl
# provider
terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
# version = "=3.30.0"
}…
-
### What happened?
When creating a Databricks workspace using the Azure Native v2 Provider, there is no straight forward to encrypt the workspace.
It seems that this can only with a two step appr…
-
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Community Note
* Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-…
-
### Describe the bug
Command suddenly fails with an error: "The command failed with an unexpected error. "
It worked for weeks and month before
### Related command
az databricks workspace list -…
-
Providing us with the observed and expected behavior definitely helps. Giving us with the following information definitively helps:
- Sparkling Water/PySparkling/RSparkling version
- ai.h2o:sparkl…
-
### Discussed in https://github.com/dagster-io/dagster/discussions/17948
Originally posted by **weberdavid** November 13, 2023
**Context**
We use the `databricks_pyspark_step_launcher` to exe…
-
### Configuration
```hcl
resource "databricks_mws_networks" "instance" {
provider = databricks.accounts
account_id = var.databricks_account_id
network_name = "${var.…
-
The `databricks_metastore_assignment` incorrectly refreshes state from the API.
### Configuration
```hcl
resource "databricks_metastore_assignment" "metastore_assignment" {
provider …