Error: Multiple Partitions in a table (without having multiple partitions) #336
Unanswered
yeykawb
asked this question in
🙋♀️TE3 Q&A
Replies: 1 comment 4 replies
-
The Use Analysis Services for change detection feature creates a temporary table on the server, when updating the table schema. This table is created with 1 partition for each table that you want to update the schema for. This allows Tabular Editor to collect schema information from multiple tables in one go. Now unfortunately, we did not consider that some editions of Analysis Services do not support tables with more than one partition, so we will have to add some kind of fallback mechanism that automatically updates them one-by-one in cases where multiple partitions are not supported. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I'm wondering what the cause is for TE3 returning this error when trying to update the model schema.
I can update each table individually without issues and as you can see, the analyzer returns only 1 partition for each table in the model.
/ Jakob
Beta Was this translation helpful? Give feedback.
All reactions