Mathias Thierbach
Mathias Thierbach
I could help setting up a deployment pipeline if you'd like? Was just wondering whether there were any other reasons.
There are two options: 1. Trigger on Release - Assumes release is created manually - publish vsix - easier, but more manual steps 2. Trigger on Tag - Create GitHub...
Happy to consider. What's the use case here? The docker image is intended for use in CI/CD pipelines, hence it only targets Linux. What's the reason to use it on...
Hi @bradsmucker , that's a great question - let me clarify. With `pbi-tools` in place, you'd generally adopt a different approach for your lifecycle management of model and report assets....
The error you quoted is very unfortunate as it is a bug in the logging code, not the deployment (which actually succeeded, as you can see). I'd love to fix...
Resolved offline
For shared cloud connections (ones w/o a user-maintained gateway), use the empty Guid with all zeros: 00000000-0000-0000-0000-000000000000
The tool currently performs a GetGatewayDatasources discovery call (https://learn.microsoft.com/en-gb/rest/api/power-bi/gateways/get-datasources) before binding the dataset. This one fails for the empty Guid. Will need to implement special handling for the 000000 Guid...
For reference (note to self), this is the manifest syntax: ```json "dataset": { "gateway": { "gatewayId": "00000000-0000-0000-0000-000000000000", "dataSources": [ "8f72f59c-401e-40b4-9e55-61d65fbdc480", "bd8d4561-d429-4d07-b300-a9e8cda7d737" ] } } ```
> I would contribute a patch, but I couldn't get the tool to build locally here on my MacOS M1 (arm-based). That's great, but for building the tool has a...