Forum Discussion
gshapiev
11 months agoFrequent Visitor
REST API. jobs/instances?jobType=Refresh causes error while manual refresh works
Trying to refresh Dataflow Gen2 (CI/CD) dataflow using Rest API Getting error on the service side: There was a problem refreshing the dataflow: 'Exception encountered in GetPublishStatusAsync: R...
- 10 months ago
The problem was with permissions. Was trying to refresh with service principal which is not supported at the moment
andreimiron
9 months agoNew Member
Hello!
What permissions you had to set?
Thanks in advance!
Andrei
gshapiev
9 months agoFrequent Visitor
I was authenticating with Service Principal, which was(is?) not supported. Had to create Delegated Auth Token with actual user.