Export Validated API-Ready Trip Data
export_api_validated.RdDownloads validated WF and WCS survey data, transforms both into the canonical API schema, merges them, and uploads a single parquet file to cloud storage. This is the validated stage of the two-stage API export pipeline.
Usage
export_api_validated(log_threshold = logger::DEBUG)Arguments
- log_threshold
Logging level (default
logger::DEBUG).
Details
See export_api_raw() for the full output schema. This function reads from
the validated cloud paths and writes to
conf$api$trips$validated$cloud_path.
See also
export_api_raw()for the raw/preprocessed counterpartvalidate_wf_surveys()andvalidate_wcs_surveys()for upstream steps