Skip to contents

Generate and save oracle output for the Hub

Usage

write_oracle_output(
  hub_path,
  output_dirpath = fs::path(hub_path, "target-data"),
  ts_date_col = "date"
)

generate_oracle_output(
  hub_path,
  output_dirpath = fs::path(hub_path, "target-data"),
  ts_date_col = "date"
)

Arguments

hub_path

Path to the hub root.

output_dirpath

Directory in which to write the oracle-output.parquet file. Defaults to the target-data subdirectory of the hub specified in hub_path.

ts_date_col

Name of the date column in the time-series format target data. Will be converted to target_end_date for the oracle output. Default date.

Value

nothing, invisibly, on success.