Data Factory
CompletedEnhancement to the Semantic model refresh activity in Data Pipelines
Mark Carlisle on 07 May 2024 15:27:44
We now have the ability to refresh PBI Semantic Models via a Data Pipeline (Data Factory Spotlight: Semantic model refresh activity | Microsoft Fabric Blog | Microsoft Fabric). This is great but despite using the enhanced refresh API to achieve this it does not provide parameters for all the options available in the API. Specifically the activity does not allow:
- Setting the refresh policy which is required when dealing with incremental refresh policies on tables
- Specifying which tables and partitions you want to refresh
- Setting the type of refresh
Please enhance the capability of this activity to include the following parameters available in the API:
- applyRefreshPolicy
- effectiveDate
- objects
- type
Administrator on 04 Dec 2024 20:37:48
Completed and released as a public preview
- Comments (1)
RE: Enhancement to the Semantic model refresh activity in Data Pipelines
It would also be desirable to have the option to disable enhanced refresh, meaning not to use any payload except notifyOption, so that a semantic model hosted in a workspace with shared capacity can be refreshed.