Forum Discussion
dzav
2 years agoAdvocate III
Dataset refresh not refreshing
I built a pipeline that runs a foreach loop that triggers a notebook to refresh Power BI semantic models. It's pretty simple - I pass parameters into the notebook in the first cell and then use the p...
- 2 years ago
For what it's worth, I think I figured it out. It was a matter of specifying refresh_type = 'full'
The default is 'automatic', which apparently doesn't refresh the dataset.
dzav
2 years agoAdvocate III
For what it's worth, I think I figured it out. It was a matter of specifying refresh_type = 'full'
The default is 'automatic', which apparently doesn't refresh the dataset.