
Writes each upstream Analytics.TabularDataset to a columnar Parquet file under output_path, naming it from name_template and applying the column codec named in compression.
Analytics export. Assemble rows into a tabular dataset and persist them as a compressed Parquet file for a warehouse or query engine.
Ingest-and-archive. Parse an inbound JSON batch, project it into a table, and archive each batch as a Parquet file.
compression is matched case-insensitively against the supported codecs; an unsupported name aborts the write rather than falling back.name_template substitutes a process-local write index via {index:06d} or {index}; the counter resets on restart and, without a placeholder, each write reuses one name and overwrites the prior file.Automated release