Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In a project involving multiple interdependent entities, a data engineer needs to call another notebook from the current one, passing arguments to set widget values for data processing. Which Python command accomplishes this?
A
dbutils.notebook.execute("path", timeout_seconds, {"argument1": "data1", "argument2": "data2"})
B
dbutils.notebook.run("path", timeout_seconds, {"argument1": "data1", "argument2": "data2"})
C
dbutils.notebook.trigger("path", timeout_seconds, {"argument1": "data1", "argument2": "data2"})
D
dbutils.notebook.call("path", timeout_seconds, {"argument1": "data1", "argument2": "data2"})
E
dbutils.notebook.implement("path", timeout_seconds, {"argument1": "data1", "argument2": "data2"})