lauraxyz
Contributor

It looks like the issue is how we set the source of task when calling dbutils.notebook API.

If job task points to GIT as task source, then they cannot find the callee notebook, no matter the notebook is in .internal path, or a hardcoded .bundle path.

However, if in the job config, set the task source to be WORKSPACE, then it works. Is that behavior expected?