mssparkutils.notebook.runMultiple {notebookutils} | R Documentation |
Runs multiple notebooks concurrently with support for dependency relationships. Details can be found in mssparkutils.notebook.help("runMultiple").
Description
Runs multiple notebooks concurrently with support for dependency relationships. Details can be found in mssparkutils.notebook.help("runMultiple").
Usage
mssparkutils.notebook.runMultiple(pathsOrPipeline)
Arguments
pathsOrPipeline |
A list of notebook names or a complex data structure (JSON string) that meets the requirements of the com.microsoft.spark.notebook.msutils.impl.MsNotebookPipeline scala class. |
Value
a list of exit values and exceptions for each notebook
[Package notebookutils version 1.5.3 Index]