Commit 41bd037
fix(lambda): use
When creating new monthly parquet files, the hardcoded column list had
wrong order and was missing `pm10`. This caused February 2026 data to
be written with scrambled columns, making the frontend display wrong
metrics (CO2 showing humidity values, etc.).
Now imports `FIELDS` from `storage.py` to ensure consistent column order
across all parquet files.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>FIELDS constant for consistent parquet column order1 parent b1fe8c6 commit 41bd037
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
| 94 | + | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| |||
0 commit comments