running notebook job from remote github repository fails, but do not fail on python script type

NielsMH
New Contributor III

Hi all

I am trying to run a notebook from a remote repository, but the job fails. 

I setup the job as follows:

job-setup.png

my project structure is as such:

folder_structure.png

but the output i get is like such:

job_output.png

 

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 🙂