Forum Discussion
Thin Reports and Git Integration
- 2 years ago
How does the definiton.pbir of your report look like?
{ "version": "1.0", "datasetReference": { "byPath": { "path": "../DatasetName.Dataset" }, "byConnection": null } }like this it should work if your dataset is in the same repo.
If it is not: Check for spaces in the byConnection url in the defintion.pbir. The service does not like those and replaces them wiith %20. So you need to URL encode your connection strings in the thin reports.
I hope this helps!
Hi afbraga66
I would expect this to work.
If it is changing it to an import to me that is an issue that needs to be resolved.
Hey GilbertQ
That's why I wanted to ask the community, since thin reports are one of the development strategies mentioned by Microsoft. It seems strange to me not seeing anyone mentioning this subject.
If you or others have the chance to test it as well it would be great.
While this doesn't make using versioning an impossibility, it is one for the use of git and deployment pipelines.
Thanks.