Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2025 08:48 AM
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?