-
trino:457
hive: 3.1.3
authentication: kerberos + hive.metastore.thrift.impersonation.enabled=true
following command returns all tables in catalog.schema regardless of whether the user has permis…
-
### Current Behavior
When updating to DKAN 2.19 from a lower version, if two different harvest_ID_runs tables happen to have the same timestamp a sql error is thrown because the timestamp is treate…
-
Hi, i want to use hive's metastore as metadata storage, but i can't find any documentation on how to do this
-
### Configuration
```hcl
terraform {
required_providers {
databricks = {
source = "databricks/databricks"
version = "=1.30.0"
}
}
}
variable "location" {
type…
-
The `databricks_metastore_assignment` incorrectly refreshes state from the API.
### Configuration
```hcl
resource "databricks_metastore_assignment" "metastore_assignment" {
provider …
-
### 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…
-
### 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…
-
### 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…
-
### 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…