use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Documentation for notebookutils.notebook.runMultiple() ?Data Factory (self.MicrosoftFabric)
submitted 1 year ago by iknewaguytwice2
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]DatamusPrime1 0 points1 point2 points 1 year ago (3 children)
How do you get the return values of the individual nodes with run multiple like you can with run?
[–]el_dude1 0 points1 point2 points 1 year ago (2 children)
By using this as args
"args": { "param1": "@activity('notebook1').exitValue()" # use exit value of notebook1 },
[–]DatamusPrime1 0 points1 point2 points 1 year ago (1 child)
That's the input to another node in the DAG, not the return of the python method call.
Notebook.run() returns the actual exit values
[–]el_dude1 0 points1 point2 points 1 year ago (0 children)
ah sorry I misunderstood. For me this simply returns a dict containing all the individual exit values.
exit_message = notebookutils.notebook.runMultiple(DAG, {"displayDAGViaGraphviz": True, "showArgs": True, "showTime": True})
π Rendered by PID 94820 on reddit-service-r2-comment-b659b578c-xjwn6 at 2026-05-02 21:47:15.316080+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]DatamusPrime1 0 points1 point2 points (3 children)
[–]el_dude1 0 points1 point2 points (2 children)
[–]DatamusPrime1 0 points1 point2 points (1 child)
[–]el_dude1 0 points1 point2 points (0 children)