Skip to contents

Holds all parameter-related configurations for the pipeline.

Usage

Parameters(
  as_of_date = character(0),
  generation_interval = GenerationInterval(),
  delay_interval = DelayInterval(),
  right_truncation = RightTruncation()
)

Arguments

as_of_date

A string representing the as-of date. Formatted as "YYYY-MM-DD".

generation_interval

An instance of GenerationInterval class.

delay_interval

An instance of DelayInterval class.

right_truncation

An instance of RightTruncation class.

See also