-
### Configuration
```hcl
terraform {
required_providers {
databricks = {
source = "databricks/databricks"
version = "=1.30.0"
}
}
}
variable "location" {
type…
-
❌ test_running_real_assessment_job_ext_hms: databricks.labs.blueprint.parallel.ManyError: Detected 16 failures: Unknown: assess_CLOUD_ENV_service_principals: ImportError: cannot import name 'InvalidS…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
### What happened
I updated ve…
-
The `databricks_metastore_assignment` incorrectly refreshes state from the API.
### Configuration
```hcl
resource "databricks_metastore_assignment" "metastore_assignment" {
provider …
-
### Version
main branch
### Describe what's wrong
I want to use federation query using hive metastore stored in 2 hadoop clusters.
So we added two hive catalogues to metalake.
There is a diff…
-
### Use-cases
The databricks provider currently offers resources such as `databricks_grants` and `databricks_permissions` (and probably several others that work in the same manner, but those are t…
-
### Configuration
We have staged pipeline that creates a Metastore together with a data_access_storage_credential first in a preprod environment and then in a prod.
Therefore, the same TF code is …
-
### Configuration
```hcl
import {
to = databricks_metastore.this
id = "some_metastore_id"
}
resource "databricks_metastore" "this" {
name = "prd-metastore"
storage_root = "s3…
-
### 🐛 Current behavior
Clicking on the download link of a metadata document only refresh the page without downloading anything.
### 🔍 Steps to reproduce
1. Go to https://hostname/metastore-landin…
-
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
### Search before asking
- [X] I have searched in the [issues](http…