Skip to contents

Downloads 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).

Value

NULL invisibly. Side effect: uploads merged parquet to cloud storage.

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