Hello @BoyR ,
Thanks for the question and using MS Q&A platform.
As we understand the ask here is "why do I get the ambiguous error message only when I try to run notebooks selected by dynamic content?"
I have reproduced the error message, with slight variation on cause(s). My initial hypothesis for the cause was whether the notebook had been published or not. Things got a bit more complicated, so I am sharing my test results below. The factors I am testing include notebook type, published/unpublished, committed/uncommitted (applies to repo mode only), whether a spark pook has been selected or not (Select...
), and whether the notebook is selected manually or dynamically.
The spark pool selection so far seems to have little if no effect.
If your experience corroborates or conflicts with my test results let me know.
----------
Test findings:
I get the error message when...
- the dynamically selected notebook name wrong ("ThisNotebookDoesNotExist")
- the dynamically selected pyspark notbook is unpublished (live mode)
- the manually selected unpublished SQL notebook (repo mode)
- the manually selected uncommited and unpublished pyspark notebook (repo mode)
Worked when:
- manually selected unpublished but committed pyspark notebook
- the dynamically selected pyspark notebook has been previously published (Live mode)
Thanks
Martin
------------------------------------------
- Please don't forget to click on
or upvote
button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how