Success — every configured sink's writes succeeded.
1
A configured sink failed a write, --verify found a difference between sinks, or configuration is invalid/unusable (unset/unknown DATABASE_TARGET, missing driver or connection details).
# Backfill documents only, 50 at a time
hkex-scraper--backfill-docs--limit50# Rebuild graph edges from existing filings
hkex-scraper--link-only
# Write to SQLite only for this run
hkex-scraper--database-targetpostgres--limit100# Validate config without writing
hkex-scraper--dry-run--limit10# Coverage and parity
hkex-scraper--coverage-report
hkex-scraper--database-targetpostgres,sqlite--parity-report
# Cross-sink reconciliation (filing ids + document hashes)
hkex-scraper--database-targetpostgres,sqlite--verify
# Version
hkex-scraper--version
Each run writes a timestamped log to logs/hkex_filings_<YYYY-MM-DD_HH-MM>.log in the working directory, and failed SurrealDB statements are appended to logs/hkex_failed.sql. Credentials are never written to either file.