yehoshuadimarsky / python-ssas

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

Add more processing options #4

Closed danielcastrocarlsberg closed 3 years ago

danielcastrocarlsberg commented 4 years ago

This is not an issue, still I think more options on the refresh type would be great as you are already using Microsoft.AnalysisServices.Tabular namespace.

Enum for refresh types is available here: https://docs.microsoft.com/en-us/dotnet/api/microsoft.analysisservices.tabular.refreshtype?view=analysisservices-dotnet

Thanks for making this available!

yehoshuadimarsky commented 3 years ago

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