Skip to main content

Notebook Concurrency

Controls the parallelism of notebook execution via the notebookutils.notebook.runMultiple() DAG. When set to a value greater than 0, notebooks execute with the specified concurrency level. When set to 0 or left empty, concurrency is disabled and notebooks execute sequentially.

Notes:

  • This setting is part of the Fabric settings category.
  • The default value for this setting is 0.