
Ultimate access to all questions.
How can you execute one notebook from another within Databricks?
A
notebook.utils.run("full notebook path")
B
only job clusters can run notebook
C
dbutils.notebook.run("full notebook path")
D
execute.utils.run("full notebook path")
E
spark.notebook.run("full notebook path")