I have encountered with the Databricks CLI command databricks metastores list. As per our account setup, we have three metastores configured. However, when I run the command, it only returns information for one metastore instead of listing all three.
Here are the details of the command and the output I am seeing:
"databricks metastores list"
ID Name Region
********* ******** *********
I have confirmed through the Databricks console that there are indeed three metastores present in our account:
- PrimaryMetastore
- SecondaryMetastore
- TertiaryMetastore
Additionally, I would like to mention that I am an admin of the account console, which ensures I have the necessary permissions to view all metastores.
Given this discrepancy, could you please assist in identifying the cause of this issue?
Thank you