View source: R/data-structures.R
run_job_task | R Documentation |
Run Job Task
run_job_task(job_id, job_parameters, full_refresh = FALSE)
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. |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.