Command: all
Run the full parquet-native pipeline from config.
Usage
openalex-snapshot all --config ./openalex-snapshot.yaml
Flow
download(if enabled) — syncs the official parquet; auto-enrichesworksunlessdownload.no_enrich: trueverify_download(if enabled) — manifest presence/size/row-countindex(if enabled) — builds<dataset>_id_idx.parquetfor each dataset (skips*_aws)verify_index(if enabled)
Each stage can be toggled in the all: config section
(enable_download, enable_verify_download, enable_index, enable_verify_index).