get_pipeline_input: Read inputs in a data pipeline.

Description Usage Arguments Value Examples

View source: R/deployment.R

Description

Get the correct version and run of a previous step (called input) in an Everlane data pipeline.

Usage

1
get_pipeline_input(model_name, component, version, type, run_time = NULL)

Arguments

model_name

Name of the model/pipeline.

version

Version of input.

run_time

Created timestamp of input. Defaults to latest run. If date over timestamp is provided, will look for latest run on that day.

input_name

File name of input.

Value

R object (likely a list or dataframe)

Examples

1
get_pipeline_input("ops_forecasts_returned_units", 2, "train_dataprep.rds")

Everlane/everlaneR documentation built on Oct. 7, 2020, 3:13 p.m.