Which of the following commands can be used to run one notebook from another notebook?

Which of the following commands can be used to run one notebook from another notebook?
A . notebook.utils.run("full notebook path")
B . execute.utils.run("full notebook path")
C . dbutils.notebook.run("full notebook path")
D . only job clusters can run notebook
E . spark.notebook.run("full notebook path")

Answer: C

Explanation:

The answer is dbutils.notebook.run(" full notebook path ")

Here is the full command with additional options.

run(path: String, timeout_seconds: int, arguments: Map): String

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments