High severityconfiguration
Power BI Refresh Error:
GIT_COMMIT_REFERENCE_NOT_FOUND
What does this error mean?
A Databricks Workflows job or Repos checkout fails because the specified branch, tag, or commit SHA no longer exists in the remote Git repository.
Common causes
- 1The branch configured in the job definition was deleted or renamed after a merge
- 2A specific commit SHA was pinned in the job and a force-push rewrote that part of history
- 3A tag was deleted from the remote repository after the job was configured
How to fix it
- 1Step 1: Open the Workflows job definition and check the Git source branch or tag.
- 2Step 2: Confirm the branch still exists in the remote provider; re-create or rename it if needed.
- 3Step 3: If using a pinned commit SHA, update the job to reference a living branch instead.
- 4Step 4: Re-run the job manually after updating the reference to confirm resolution.