yehoshuadimarsky / python-ssas

A proof of concept to integrate Python and Microsoft Analysis Services
MIT License
77 stars 33 forks source link

On procecssing model/table/partitions define MaxParallelism #5

Closed danielcastrocarlsberg closed 3 years ago

danielcastrocarlsberg commented 4 years ago

When invoking SaveChanges it would be better if we could define the maximum parallelism for SSAS to process the objects.

This attribute is available within SaveOptions object: https://docs.microsoft.com/en-us/dotnet/api/microsoft.analysisservices.tabular.model.savechanges?view=analysisservices-dotnet

Also this method could be adapted to support receiving an array of objects for example (partitions) and these would be processed in parallel.

yehoshuadimarsky commented 3 years ago

Feel free to extend this, it wasn't part of my use case...