0

How to pass the dynamic path to %run command in databricks because the function used in another notebook needs to be executed in the current notebook?

Venkatesh
  • 91
  • 1
  • 9
  • Does this answer your question? [How to pass the script path to %run magic command as a variable in databricks notebook?](https://stackoverflow.com/questions/68885950/how-to-pass-the-script-path-to-run-magic-command-as-a-variable-in-databricks-no) – Alex Ott Sep 08 '22 at 06:56

1 Answers1

0

dbutils.notebook.run(path = dbutils.widgets.get(), args={}, timeout='120')