Forum Discussion
Get data in a dataset
- 1 year ago
Hi Christ-M ,
As you are facing a 404 error while retrieving tables please check these troubleshooting steps:1) The Service principal is still active in AAD and Access token is getting generated via the Service principle.
2) Double-check that all the variable IDs you have entered, such as tenant_id, dataset_id are accurate and correctly formatted.3) Try your API call from third party tool such as postman once to confirm everything works correctly.
Thanks and Regards
I allow to put my basic code here acr I’m looking for a solution
import requests
1. I receive an error when retrieving tables: Error 404, message: Dataset xxxxx is not Push API dataset, and it leaves me table retrieval error.
2. What solutions I can do or even how to change my code to get the tables and their content.?
3. If I want to use the Endpoint XMLA, how can I use it? What documentation should I turn to for Using XMLA ?
4. Is there a solution to my problem? how to correct the message Dataset is not Push API dataset.?
- v-nmadadi-msft1 year agoCommunity Support
Hi Christ-M ,
As you are facing a 404 error while retrieving tables please check these troubleshooting steps:1) The Service principal is still active in AAD and Access token is getting generated via the Service principle.
2) Double-check that all the variable IDs you have entered, such as tenant_id, dataset_id are accurate and correctly formatted.3) Try your API call from third party tool such as postman once to confirm everything works correctly.
Thanks and Regards