-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When selecting specific partition days it is only processing as per the incremental refreshing policy #4
Comments
This is due to the Incremental Refresh policy. This tool is not set up to override an Incremental Refresh policy. Would you share the details of the IR policy? |
Thanks Michael, just to confirm the steps should be.
|
Yes, try it out and let me know. You can also run steps 1&3 as scripts. If this works, I can add a functionality within the tool to allow an option for disabling incremental refresh just for a particular processing batch. Step 1: Model.Tables["TableName"].EnableRefreshPolicy = false; Step 3 Model.Tables["TableName"].EnableRefreshPolicy = true; |
This issue is a bit outside the scope of this tool. The error message isn't too helpful but make sure to check out Tabular Editor's documentation on the subject. Otherwise you may want to open a support ticket with Microsoft. |
Hi there, thanks for fixing the previous issue :)
What I now did was to configure the Partitions as shown below
Now when I run the command line prompt, I watch it via SQL Profiler and I see it is not processing the partitions I selected.
And when I review the partitions processed date I can see that the above partitions have not been processed.
If you need anything further for me to help please let me know.
The text was updated successfully, but these errors were encountered: