Data Class
Data.RdRepresents the data-related configurations.
Usage
Data(
path = class_missing,
blob_storage_container = class_missing,
report_date = class_missing,
reference_date = class_missing
)Arguments
- path
A string specifying the path to the data Parquet file.
- blob_storage_container
Optional. The name of the blob storage container to which the data file will be uploaded. If NULL, no upload will occur.
- report_date
A list of strings representing report dates.
- reference_date
A list of strings representing reference dates.
See also
Other config:
Config(),
Interval,
Parameters(),
read_json_into_config()