Hi all,
I am establishing a connection to databricks from Collibra through Spark driver. Collibra expects these details for the connection (for token based):
personal access token (pat)
server/workspace name
httpPath
Upon successful connection, Collibra displays the list of all databases in databricks including hive_metastore. I would like Collibra to retrieve only "certain" databases selectively, and definitely not hive_metastore.
How can I configure the personal access token to achieve this? Appreciate the guidance.
Or, is there any other way to do this?