Failed to checkout Git repository: RESOURCE_DOES_NOT_EXIST: Attempted to move non-existing node
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2025 09:30 AM - edited 02-05-2025 09:31 AM
I'm having issues with checking out Git repo in Workflows.
Databricks can access files from commit `a` but fails to checkout the branch when attempting to access commit `b`. The error occurs specifically when trying to checkout commit `b`, and Databricks seems unable to access the files from this commit.
Here’s a brief overview of the problem:
- Commit `a` works fine, and Databricks can access the files.
- Commit `b` fails with an error: "Failed to checkout Git repository."
- The repository is properly linked to the Workflow Task run details.
- I’ve verified that commit `b` exists in the branch history and is accessible locally.
Could anyone offer a solution?
Labels:
- Labels:
-
Workflows