I am trying to connect to Unity catalog meta store tables using Presto
Based on the presto documentation I need to use the below configuration to connect to delta tables in the unity catalog
https://prestodb.io/docs/current/connector/hive.html
So from where can I get the hive metastore.URI from data bricks
connector.name=hive
hive.metastore.uri=thrift://localhost:9083
hive.s3.aws-access-key=<s3-access-key>
hive.s3.aws-secret-key=<s3-secret-key>
#Databricks #UnityCatalog