Forum Discussion

shahhaider902's avatar
shahhaider902
Frequent Visitor
1 year ago
Solved

Power BI GitHub integration bug

  It has been like more than a month, I am getting uodates from GitHub without any reason. I have not touched my GitHub repo where we have synced our favric items. I am not able to make new commits ...
  • v-ssriganesh's avatar
    v-ssriganesh
    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.