Forum Discussion
Update Data Source Credentials (Databricks) via API
- 3 years ago
Hi PaginatedDino ,
Could you check the PATCH Datasource method? We're using this in our team, and it works even for XMLA datasets.
Hi, PaginatedDino
The official documentation mentions that 'for other data sources, use the Update Parameters API call'.
Have you tried the content in the link below?
Best Regards,
Community Support Team _ Eason
Thanks for the feedback, sorry for the late reply but I was on holiday.
Okay that might work for the "binary pbix to PBI service" scenario, but I see the following limitation for XMLA based data sets:
- Datasets created using the public XMLA endpoint aren't supported. To make changes to those data sources, the admin must use the Azure Analysis Services client library for Tabular Object Model.
So if I understand correctly, because we leverage some PPU workspaces where we deploy via XMLA (DEVOPS + Tabular Editor), we basically cannot go around the usage of Tabular Object Model, right? At least not for the initial deployment. I think XMLA deployments don't overwrite credentials, so that could potentially be, for now, an accepted caveat.