For Each Task
for_each_task(inputs, task, concurrency = 1)
Array for task to iterate on. This can be a JSON string or a reference to an array parameter.
Must be a job_task()
.
Maximum allowed number of concurrent runs of the task.
Other Task Objects:
condition_task()
,
email_notifications()
,
libraries()
,
new_cluster()
,
notebook_task()
,
pipeline_task()
,
python_wheel_task()
,
run_job_task()
,
spark_jar_task()
,
spark_python_task()
,
spark_submit_task()
,
sql_file_task()
,
sql_query_task()