I am using Dataproc metastore as a Metastore service with GCP. How can I interact with it to fetch list of databases and tables from it? Is it possible to do this without running dataproc cluster ?
Edit - I have to fetch the metadata without running Dataproc cluster. Since I am using Dataproc Metastore service to store metadata, I need to fetch metadata directly from it.