Running Jobs and Templates

The civis.utils namespace provides several functions for running jobs and templates on the Civis Platform.

run_job(job_id[, client, polling_interval])

Run a job.

run_template(id, arguments[, JSONValue, client])

Run a template and return the results.

job_logs(job_id[, run_id, finished_timeout])

Return a generator of log message dictionaries for a given run.