Trigger Databricks jobs to run.
Trigger a Databricks job to run with the parameters specified.
Variables
Credentials to use to access Databricks.
Id of the Databricks job to run.
Type of task that the Databricks job will run.
A map from keys to values. Accessible through the dbutils.widgets.get. Example {"name": "john doe", "age": "35"}
Array of strings. Passed to Python file as command-line parameters. Example ["john doe", "35"]
Array of strings. Used to invoke the main function of the main class. Example: ["john doe", "35"]
Array of strings. Passed to spark-submit script as command-line parameters. Example ["--class", "org.apache.spark.examples.SparkPi"]
Enable to force the Task to wait until the DataBricks job has successfully completed or generated an error.
Number of seconds the Task will wait between each check for job completion.