Metastore api missing
I am not seeing the metastores api functions: https://docs.databricks.com/api/workspace/metastores
Are you planning to implement this soon or should I use the workaround (not my preference)?
I will put it in the backlog but as I am currently quite busy with other projects I cannot give you an estimate when it will be ready
as this is an open source repository, you can also add your own code and create a Pull Request (PR) I am very happy to publish it then the the PS Gallery so you can use it as part of the module
you can have a look at how the Catalog API was implemented here: https://github.com/gbrueckl/Databricks.API.PowerShell/blob/master/Modules/DatabricksPS/Public/UnityCatalog/CatalogAPI.ps1
if you want to add the Metastore API I would recommend to copy that file to MetastoreAPI.ps1 and change all the cmdlets accordingly I will then review your code and add it to the repo if everything is fine with it