running notebook job from remote github repository fails, but do not fail on python script type
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2023 08:16 AM
Hi all
I am trying to run a notebook from a remote repository, but the job fails.
I setup the job as follows:
my project structure is as such:
but the output i get is like such:
The thing is if i set the job type to "Python Script" i dont encounter this problem. Then the job will carry on as expected with no errors. However, i need the poc_template_job_script.py to be read as a notebook. So somehow i think the job is not recognizing my project notebook (poc_template_job_script.py).
Anyone has some input to how i can solve this issue? I have not found a similar issue anywhere.
Thanks a lot in advance 🙂