Forum Discussion
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 the internet to find it could be done using Power Shell and even Python(Not fully automated though).
Couldn't find any source implementing this using Pyspark.
Any help or informative link would be appreciated.
3 Replies
- Greg_DecklerCommunity 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
- AnonymousNot applicable
Greg_Deckler I am not able to invoke the Rest API using Pyspark. I want to know how to do that.
- Greg_DecklerCommunity 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.