-
### Configuration
```hcl
terraform {
required_providers {
databricks = {
source = "databricks/databricks"
version = "=1.30.0"
}
}
}
variable "location" {
type…
-
**Describe the bug**
Recently after updating to 1.0.0 (from v0.36.7) - we started seeing these errors popping up when running cube in development mode on a single container instance. Cube is unable t…
-
### 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
```hcl
import {
to = databricks_metastore.this
id = "some_metastore_id"
}
resource "databricks_metastore" "this" {
name = "prd-metastore"
storage_root = "s3…
-
### 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…
-
### 🐛 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…
-
When using AWS Glue as the metastore for Hive, it would be useful to be able to assume different IAM roles for different users. It would allow for system administrators the ability to create and delet…
-
Hi team,
after running multiple time I found out that iceberg kafkaconnector do not create new metadata files to the metadata folder.
-
For on premise designng delta lake, and craete metastor must use hive.
Some problems maybe accursed in use hive, that java version and setting cluster are some of them.
Why delta lake has not metas…
-
docker-compose logs hive-metastore-postgresql
Attaching to docker-hadoop-spark-hive_hive-metastore-postgresql_1
hive-metastore-postgresql_1 | runtime: failed to create new OS thread (have 2 alread…