I am running Capacity refreshable API using service principal and it is not able to read capacity. It returns the status as 200 but result is blank.
Same API is working fine using the same spn if i run it on Power shell but not on Postman/databricks.
I have given capacity read all permissiona and enabled this service principal on admin portal.
I am getting below output on Postman :
{
"@odata.context": "http://wabi-west-us-redirect.analysis.windows.net/v1.0/myorg/$metadata#refreshables",
"@odata.count": 0,
"value": []
}
2 Comments
Comments have been turned off for this idea