Curtis Stallings
Curtis Stallings
Hey Daan, Sorry just getting to this. I think a subfolder/submodule would be good. That would give users the flexibility to import documentation items separately when they want to. Open...
I think running your `ModelDocumenter` in DevOps is the perfect use case. I'd honestly like to get that implemented for my own models too. Runing the pipeline automatically post a...
@Daandamhuis whatever you got haha I'll happily get it in. I switched over to: [mkdocstrings](https://mkdocstrings.github.io/) instead of mkgendocs. It feels more intuitive and flexible. But I've also started exploring some...
@Daandamhuis Do you mean calling a pyobject from a pyobjects? Like `model.Tables['Sales Fact']` or `model.Measures['Total Sales']`. If you need something right away. You could use the magic method the dict...
@Bugzey it does specify that OS is only windows in the pyproject.toml. Good call out though and I will add that specification to the README. I welcome any insights to...
Added disclaimer and put 'windows' tag in top right tags. Converting to Enhancement with hope that some smart people will take a look at it.
local is a workaround I have so I could continue testing and moving this forward. I have #10 to get rid of that workaround. Because local contains info to get...
ran flake8, mypy, black, & doctest locally without issue. First time contributing to this repo, read through CONTRIBUTING.md I believe I followed all steps
Updated title. I enjoy making people guess. Or was maybe hoping for some clickbait to push the viewer to click on it.
@kevarnold972 I think you are on the money: [Partition Source Types](https://learn.microsoft.com/en-us/dotnet/api/microsoft.analysisservices.tabular.partitionsourcetype?view=analysisservices-dotnet) We need to make sure to account for every possible type of partition:  Depending on the partition type,...