run_job_task {brickster} | R Documentation |
Run Job Task
Description
Run Job Task
Usage
run_job_task(job_id, job_parameters, full_refresh = FALSE)
Arguments
job_id |
ID of the job to trigger. |
job_parameters |
Named list, job-level parameters used to trigger job. |
full_refresh |
If the pipeline should perform a full refresh. |
See Also
Other Task Objects:
condition_task()
,
email_notifications()
,
for_each_task()
,
libraries()
,
new_cluster()
,
notebook_task()
,
pipeline_task()
,
python_wheel_task()
,
spark_jar_task()
,
spark_python_task()
,
spark_submit_task()
,
sql_file_task()
,
sql_query_task()
[Package brickster version 0.2.8.1 Index]