Forum Discussion
Power BI GitHub integration bug
- 1 year ago
Hi shahhaider902,
Thank you for sharing more details about your setup. I understand that manually fixing this across 50+ workspaces is not a feasible solution, the most efficient approach is to automate the Git cleanup process using GitHub’s REST API.
Use the GitHub REST API to programmatically delete the problematic folders instead of doing it manually. Automate the commit process after deletion to ensure changes are reflected in Fabric without manual intervention.Reference: GitHub API - Delete a file
This approach will save significant time by allowing you to clean up multiple workspaces in bulk rather than manually deleting folders one by one.
I trust this information proves useful. If it does, kindly "Accept it as a solution" and give it a 'Kudos' to help others locate it easily.
Thank you.