{
  "tripDataYear": 2024,
  "tripDataMonth": 10,
  "tripDataFilePattern": "yellow_tripdata_{year}-{month}.parquet",
  "adlsTripsPrefix": "raw/trips/",
  "lookupFile": "taxi_zone_lookup.csv",
  "adlsLookupPath": "raw/lookup/taxi_zone_lookup.csv",
  "rowCounts": {
    "bronzeTrips": 3646319,
    "silverTrips": 3146710,
    "removed": 499609,
    "removedPct": 13.7,
    "retentionPct": 86.3
  },
  "notes": "Update tripDataYear and tripDataMonth before each delivery. Filename is yellow_tripdata_YYYY-MM.parquet with zero-padded month (e.g. 2024-10). Pipelines read the raw/trips/ folder — keep only the workshop month file there unless you intend to load multiple months. Re-run pipelines and update rowCounts when the workshop month changes."
}
