Forum Discussion
Anonymous
5 years agoNot applicable
Deployment pipelines and Incremental refresh
Hi guys! Is it possible to use pipelines when I have a table with Incremental refresh in the model? I also want diffrent incremental refresh settings between test and production.
- 4 years ago
The solution I found is to mantain the same incremental refresh policy, but filtering the test table with a parameter in order to reduce the amount of data.
Anonymous
5 years agoNot applicable
Do you have any tips on how to do it in Tabular editor.
I want to change "Store rows where column "X" is in the last X months" in the incremental refresh dialog.
In the test workspace I'm fine with one months of data because of the dataset is big.
And in the production database I want to have 2 years of data.
acecinati
4 years agoAdvocate I
The solution I found is to mantain the same incremental refresh policy, but filtering the test table with a parameter in order to reduce the amount of data.