Commit bb238d6
fix: bundle @altimateai/altimate-core — required at runtime for CLI to work (#250)
altimate-core is a napi binary that must be in the compiled binary.
Marking it external causes 'Cannot find module' at runtime.
The ~35MB size increase (86→122MB per binary) is acceptable — it's
the Rust SQL engine that powers all 34 analysis methods.
dbt-integration stays external (heavy transitive deps, loaded lazily).
Database drivers stay external (installed per warehouse on demand).
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 170b8c9 commit bb238d6
1 file changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
203 | | - | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
204 | 205 | | |
205 | | - | |
206 | | - | |
207 | | - | |
| 206 | + | |
208 | 207 | | |
209 | | - | |
| 208 | + | |
210 | 209 | | |
211 | 210 | | |
212 | 211 | | |
| |||
0 commit comments