Forum Discussion
Anonymous
5 years agoNot applicable
Data Refresh by triggering Rest API through Pyspark code
Hello Everyone, All my development and loading tables are made using Pyspark code. Is it possible for me to refresh my datasets individually using Pyspark to trigger my rest API's. I did scour t...
Greg_Deckler
5 years agoCommunity Champion
Anonymous - If you can invoke the Power BI REST API via Pyspark then you should be able to:
https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/refreshdataset
- Anonymous5 years agoNot applicable
Greg_Deckler I am not able to invoke the Rest API using Pyspark. I want to know how to do that.
- Greg_Deckler5 years agoCommunity Champion
Anonymous - You are going to have to ask a Pyspark forum how to invoke a REST API. Power BI's REST API is no different than any other REST API, you call a web page URL.