Commit 970a79d
fix: bundle
`bun build` bundles all JS into a single `dist/index.js`, causing
`import.meta.url` to resolve to the bundle location instead of the
original `@altimateai/dbt-integration/dist/` directory. This meant
`PYTHONPATH` pointed to a nonexistent `altimate_python_packages/` dir,
breaking `dbt_core_integration` imports.
- Add `script/copy-python.ts` post-build step that copies
`altimate_python_packages/` from the npm package into `dist/`
- Remove developer-only build instructions from `/dbt-cli` skill
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>altimate_python_packages into dbt-tools dist for Python bridge1 parent 6e5e320 commit 970a79d
3 files changed
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments