v1/ | Contract version. An incompatible layout change becomes v2/, and v1/ stays in place |
datamart_claudia/ | Source schema. There are two today, datamart_claudia and datamart_cloudchat_saas — the examples on this page use the first one, but treat the schema as something to discover, not a constant |
<TABLE>/ | One folder per exported table. See the table catalog for every table delivered and what one row of it means |
snapshot_date=<DATE>/ | Hive-style partition, with <DATE> in YYYY-MM-DD format. Athena, Spark, and DuckDB recognize it with no extra configuration |
NNNN_part_MM.parquet | NNNN is the UNLOAD slice, MM is the size-based split. Files are split at a maximum of 256 MB |
_SUCCESS | Written last. Only exists once the partition is complete |
_STATE | Internal control for our ingestion, at the table root. Present only in incremental tables. Safe to ignore |