OptionalbaseOptionalnotebookThe path of the notebook to be run in the
OptionalsourceOptional location type of the notebook. When set to WORKSPACE, the notebook will be retrieved from the local GIT, the notebook will be retrieved from a Git repository
defined in git_source. If the value is empty, the task will use GIT if git_source is defined and WORKSPACE otherwise.
WORKSPACE: Notebook is located in GIT: Notebook is located in cloud Git provider.OptionalwarehouseOptional warehouse_id to run the notebook on a SQL warehouse. Classic SQL warehouses are NOT supported, please use serverless or pro SQL warehouses.
Note that SQL warehouses only support SQL cells; if the notebook contains non-SQL cells, the run will fail.
Base parameters to be used for each run of this job. If the run is initiated by a call to :method:jobs/run Now with parameters specified, the two parameters maps are merged. If the same key is specified in
base_parametersand inrun-now, the value fromrun-nowis used. Use Task parameter variables to set parameters containing information about job runs.If the notebook takes a parameter that is not specified in the job’s
base_parametersor therun-nowoverride parameters, the default value from the notebook is used.Retrieve these parameters in a notebook using dbutils.widgets.get.
The JSON representation of this field cannot exceed 1MB.