Hi @Yuki, these errors often stem from how Git provider integration behaves with All-Purpose clusters in Dedicated access mode. "Permission denied" usually means the Git credentials (like a personal access token) aren’t properly inherited by the job, unlike Serverless clusters, which handle this more smoothly.
"ModuleNotFoundError" happens when the cluster doesn't recognize the module path from the Git folder. This often requires manually updating sys.path or using absolute imports. To resolve:
- Ensure your Git credentials are correctly set with proper scope.
- Add the repo root to sys.path in your notebook.