Skip to contents

Runs a single pipeline

Usage

run_schedule_entry(
  script_path,
  pipe_name,
  resources = list(),
  log_file = NULL,
  log_level = "INFO",
  log_file_max_bytes
)

Arguments

script_path

path to the script containing the pipeline

pipe_name

name of the pipeline

resources

list of resources for the pipeline

log_file

path to log file

log_level

log level

log_file_max_bytes

numeric specifying the maximum number of bytes allowed in the log file before purging the log (within a margin of error)

Value

invisible