What happened
Error "Unknown table: workout_routes" when importing export.zip
Steps to reproduce
- run leo-watch
- wait for leo to import new export.zip
- throws error
Expected behavior
import export.zip
Environment
- OS: macOS 26.3
- Python version: 3.13.0
- Leo Health version: v0.1.0
- Data source: Apple Health
Suggested fix:
line 27 ~/Leo-Health-Core/leo_health/db/ingest.py
-"routes": {"workout_start","timestamp","latitude","longitude","altitude_m"},
+"workout_routes": {"workout_start","timestamp","latitude","longitude","altitude_m"},
What happened
Error "Unknown table: workout_routes" when importing export.zip
Steps to reproduce
Expected behavior
import export.zip
Environment
Suggested fix:
line 27 ~/Leo-Health-Core/leo_health/db/ingest.py
-"routes": {"workout_start","timestamp","latitude","longitude","altitude_m"},
+"workout_routes": {"workout_start","timestamp","latitude","longitude","altitude_m"},