Description Usage Arguments Details
Functions that allow to log and query job executions.
1 2 3 4 5 6 7 | start_job(job)
end_job()
error_job()
read_job_executions(job = "", days = 7L)
|
job |
name of the data pipeline |
days |
number of days to select |
'log_job_start' - logs start of the job execution
'log_job_end' - logs end of the job exectuion
'log_job_error' - logs errored job
'read_job_executions' - reads execution log for a given job
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.