You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
event_volume (and potentially other columns) can arrive as int64 from the pipeline while the stored snapshot uses double, causing pa.concat_tables to fail with "incompatible types" every run and silently fall back to a full rebuild. _coerce_schema() casts new rows to the existing snapshot's types before concatenation so incremental works without a full rebuild. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
4 months ago | |
|---|---|---|
| .. | ||
| __init__.py | 5 months ago | |
| canonical_snapshots.py | 4 months ago | |
| continuation_snapshot.py | 5 months ago | |
| merged_snapshot.py | 5 months ago | |
| snapshot_export.py | 4 months ago | |