Mathias Thierbach
Mathias Thierbach
Are you sure "Organizational" is a valid scope for the Snowflake integration? All of the examples given here: https://docs.snowflake.com/en/user-guide/oauth-azure seem to use a `session:` prefix. Also, do your "match" arguments...
For reference, updated release notes with two specific examples how OAuth2 credentials are specified in the deployment manifest: https://github.com/pbi-tools/pbi-tools/releases/tag/1.0.0-rc.3
Hi @bcdobbs , thanks for reporting! That is indeed an issue with the latest TMDL preview, and I'll fix that for the next release (TMDL, not pbi-tools). Mathias
That's already how pbi-tools works out-of-the-box. Do you have a specific question about how to set up the project? I should clarify that this automatic handling of partitions relates to...
I can't give an exact date at this point. I'm very busy with other projects (and pbi-tools doesn't pay my bills). I'm halfway through the necessary work, though.
With the recently released PBIR format (https://pbi.onl/pbir-preview-deepdive) this is now a realistic option and definitely a great suggestion!
Thanks for the effort, @scottstauffer-fc . Unfortunately, your change only impacts the writing of `.pbixproj.json`, not the /Report files. The changes will actually be needed here: https://github.com/pbi-tools/pbi-tools/blob/main/src/PBI-Tools/FileSystem/ProjectFolderExtensions.cs Best to add...
Note to self: Check what name is being resolved here... https://github.com/pbi-tools/pbi-tools/blob/e42f31c25f9b424616817f2727861c545ed91fe1/src/PBI-Tools/Win32/FileHandle.cs#L219-L251 Try using https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-getfinalpathnamebyhandlew instead.
I support that idea. It allows for desired-state environment management. Just need to figure out what the right declarative approach needs to be. I wonder whether that would justify a...
The syntax to reference (pbi-tools) manifest parameters is `{{PARAMETER_NAME}}`, the syntax for (operating system) environment variables is `%VARIABLE_NAME%`. _environment.displayName_ supports parameter references. Hence, you'll have to declare a manifest parameter...