dbutils.notebook.run
The dbutils.notebook.run lets you pass parameters to and return values from a notebook.
Description
The dbutils.notebook.run is used to run another notebook in a different process, you can pass some parameters and a timeout when calling it.
Sample
Snowflake
This DBX element has equivalent in Snowflake, the SMA transforms this element to EXECUTE NOTEBOOK
and use the SQL function to execute it.
Related EWIs
This element does not have an associated EWI.
Last updated