Commit e42766d
refactor: move data-diff orchestration to
- Delete `altimate_engine/sql/data_diff.py` — all Python orchestration
now lives in `altimate_core.data_diff` (altimate-core-internal repo)
- Delete `tests/test_data_diff.py` — tests moved to altimate-core-internal
- Update `server.py` to import from `altimate_core.data_diff` with
inline `_executor` and `_resolve_dialect` callbacks
- Add try/catch on import with install instructions
- Expand data-diff agent prompt with Cascade/Recon/Profile details
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>altimate-core-internal
1 parent 80c1ff3 commit e42766d
4 files changed
Lines changed: 246 additions & 1411 deletions
File tree
- packages
- altimate-engine
- src/altimate_engine
- sql
- tests
- opencode/src/altimate/prompts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
954 | 954 | | |
955 | 955 | | |
956 | 956 | | |
957 | | - | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
| 985 | + | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
| 992 | + | |
958 | 993 | | |
959 | 994 | | |
960 | 995 | | |
| |||
973 | 1008 | | |
974 | 1009 | | |
975 | 1010 | | |
| 1011 | + | |
| 1012 | + | |
976 | 1013 | | |
977 | 1014 | | |
978 | 1015 | | |
| |||
Lines changed: 0 additions & 237 deletions
This file was deleted.
0 commit comments