Databricks.API.PowerShell icon indicating copy to clipboard operation
Databricks.API.PowerShell copied to clipboard

Metastore api missing

Open saldroubi opened this issue 2 years ago • 3 comments

I am not seeing the metastores api functions: https://docs.databricks.com/api/workspace/metastores

saldroubi avatar Aug 11 '23 22:08 saldroubi

Are you planning to implement this soon or should I use the workaround (not my preference)?

saldroubi avatar Aug 18 '23 21:08 saldroubi

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

gbrueckl avatar Aug 29 '23 18:08 gbrueckl

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

gbrueckl avatar Aug 29 '23 18:08 gbrueckl