Resolved! Not able to get json response for "/api/2.0/accounts/{account_id}/metastores" endpoint.
Hi ,I am trying to get list of all the metastores associated with an accountId. For this I am using the below REST API to get data:accountId = json.loads(dbutils.notebook.entry_point.getDbutils().notebook().getContext().toJson())["tags"]["accountId"]...
- 2277 Views
- 2 replies
- 1 kudos
Latest Reply
Apparently, it is working if I add the header `X-Databricks-Account-Console-API-Version` with value `2.0` to the call
- 1 kudos