DatabricksNotebookActivity |
DatabricksNotebookActivity.withBaseParameters(Map<String,Object> baseParameters) |
Set the baseParameters property: Base parameters to be used for each run of this job.If the notebook takes a
parameter that is not specified, the default value from the notebook will be used.
|
DatabricksNotebookActivity |
DatabricksNotebookActivity.withDependsOn(List<ActivityDependency> dependsOn) |
Set the dependsOn property: Activity depends on condition.
|
DatabricksNotebookActivity |
DatabricksNotebookActivity.withDescription(String description) |
Set the description property: Activity description.
|
DatabricksNotebookActivity |
DatabricksNotebookActivity.withLibraries(List<Map<String,Object>> libraries) |
Set the libraries property: A list of libraries to be installed on the cluster that will execute the job.
|
DatabricksNotebookActivity |
DatabricksNotebookActivity.withLinkedServiceName(LinkedServiceReference linkedServiceName) |
Set the linkedServiceName property: Linked service reference.
|
DatabricksNotebookActivity |
DatabricksNotebookActivity.withName(String name) |
Set the name property: Activity name.
|
DatabricksNotebookActivity |
DatabricksNotebookActivity.withNotebookPath(Object notebookPath) |
Set the notebookPath property: The absolute path of the notebook to be run in the Databricks Workspace.
|
DatabricksNotebookActivity |
DatabricksNotebookActivity.withPolicy(ActivityPolicy policy) |
Set the policy property: Activity policy.
|
DatabricksNotebookActivity |
DatabricksNotebookActivity.withUserProperties(List<UserProperty> userProperties) |
Set the userProperties property: Activity user properties.
|