-
### Configuration
```hcl
terraform {
required_providers {
databricks = {
source = "databricks/databricks"
version = "=1.30.0"
}
}
}
variable "location" {
type…
-
### 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 …
-
### 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…
-
Hi team,
after running multiple time I found out that iceberg kafkaconnector do not create new metadata files to the metadata folder.
-
### 🐛 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…
-
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…