I have a workflow job (source is git) to access a notebook and execute it. From the job, it failed with error:
Py4JJavaError: An error occurred while calling o466.run. : com.databricks.WorkflowException: com.databricks.NotebookExecutionException: FAILED: Unable to access the notebook "Workspace/Repos/.internal/3525eba707_commits/6b442ae67043bf77c0b812aeb75373f0d942808f/{my relative git path}". Either it does not exist, or the identity used to run this job, **, lacks the required permissions.
However, if i copy that exact internal path into a standalone manually run notebook, i'm able to find that file and execute it.
Both the job and the manually run notebook are using the same Databricks runtime. What is the root cause that cause the internal file not found in a job but can be found in a standalone notebook?