Using Trino for Azure Databricks Unity Catalog #24227
Unanswered
saikiran1208
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been trying to setup a connector in trino for Azure Databricks Unity Catalog integration, I have tried a few things and can't get it to work. Is there a setting or template I can use to get it setup in Trino? In both cases I either get HTTP 404 or HTTP 400 error when I open the tables. Am I missing anything or have any setting incorrect?
Trino version: 464
So far I tried:
Iceberg rest connector-
connector.name=iceberg
iceberg.catalog.type=rest
iceberg.rest-catalog.uri=https://workspace-url/api/2.1/unity-catalog/catalogs
iceberg.rest-catalog.warehouse=unity
iceberg.rest-catalog.security=OAUTH2
iceberg.rest-catalog.oauth2.token=*****
iceberg.rest-catalog.parent-namespace=test_namespace
Iceberg hive metastore connector-
connector.name=iceberg
iceberg.catalog.type=hive_metastore
hive.metastore.uri=https://workspace-url/api/2.1/unity-catalog/metastore
hive.metastore.http.client.authentication.type=BEARER
hive.metastore.http.client.bearer-token=******
hive.metastore.http.client.additional-headers='X-Databricks-Catalog-Name: test'
Beta Was this translation helpful? Give feedback.
All reactions