Added whole data mart migration
Pre-release
Pre-release
What's Changed
- docs: make wiki user-facing and improve content quality by @hbanerjee74 in #308
- Rename public migration commands by @hbanerjee74 in #309
- VU-1096: add public driver doctor by @hbanerjee74 in #311
- chore(deps): Bump hono from 4.12.12 to 4.12.14 in /tests/evals by @dependabot[bot] in #310
- VU-1098: add table-centric diagnostic review workflow by @hbanerjee74 in #312
- Fix sandbox setup convergence by @hbanerjee74 in #313
- VU-1095: Require setup before status test generation guidance by @hbanerjee74 in #314
- VU-1099: generate catalog-derived source YAML metadata by @hbanerjee74 in #315
- docs: align wiki with public command workflow by @hbanerjee74 in #317
- VU-1094: profile seed tables separately from source tables by @hbanerjee74 in #318
- Rename migration command files by @hbanerjee74 in #319
- Fix Oracle refactor eval status expectation by @hbanerjee74 in #320
- VU-1101: Normalize generated dbt project layout to staging/intermediate/marts structure by @hbanerjee74 in #321
- chore(deps): Bump protobufjs from 8.0.0 to 8.0.1 in /tests/evals by @dependabot[bot] in #322
- VU-1102: Add refactor-mart planning workflow by @hbanerjee74 in #323
- VU-1109: split DDL MCP loader support by @hbanerjee74 in #324
- VU-1108: Refactor SQL Server extraction into query specs by @hbanerjee74 in #325
- VU-1107: split Python sandbox backends into services by @hbanerjee74 in #326
- VU-1103: add refactor-mart staging execution workflow by @hbanerjee74 in #327
- VU-1090: Refactor Python command service modules by @hbanerjee74 in #328
- VU-1090: remind users to commit after repo mutations by @hbanerjee74 in #329
- VU-1057: fail loud when run_path is unset by @hbanerjee74 in #330
- VU-1112: split oversized Python test modules by @hbanerjee74 in #331
- VU-1111: deduplicate scaffold template rendering by @hbanerjee74 in #332
- VU-1110: tighten profile catalog contracts by @hbanerjee74 in #333
- VU-1110 follow-up: preserve profile compatibility by @hbanerjee74 in #334
- VU-1093: add Linux and WSL init support by @hbanerjee74 in #335
- Refactor Oracle sandbox from user/schema isolation to PDB-level isolation by @hbanerjee74 in #336
- VU-1106: ensure multi-table writer workflows use selected slices by @hbanerjee74 in #337
- Integration test contract alignment by @hbanerjee74 in #338
- Python dead code cleanup by @hbanerjee74 in #339
- VU-1104: add refactor-mart higher-layer execution by @hbanerjee74 in #341
- VU-1118: add preserve-catalog reset mode by @hbanerjee74 in #342
- VU-1119: block readiness on catalog errors by @hbanerjee74 in #343
- chore(deps): Bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #340
- Add CODEOWNERS file by @hbanerjee74 in #345
- VU-1117: persist target-normalized catalog types by @hbanerjee74 in #344
- VU-1113: Generate baseline staging tests during setup-target by @hbanerjee74 in #346
- VU-1120: implement replicate-source-tables CLI by @hbanerjee74 in #347
- VU-1121: Rework generate-model to 4-stage coordinator with compile-only validation by @hbanerjee74 in #348
- Modular source restructure by @hbanerjee74 in #349
- Refactor modular source support boundaries by @hbanerjee74 in #350
- refactor: split setup ddl support boundaries by @hbanerjee74 in #351
- refactor: split catalog model contracts by @hbanerjee74 in #352
- refactor: split dry run reset boundaries by @hbanerjee74 in #353
- Oracle extract boundary cleanup and setup parity by @hbanerjee74 in #354
- Refactor target setup seed helpers by @hbanerjee74 in #355
- Migrate mart coordinator workflow by @hbanerjee74 in #356
- docs: surface migrate mart in wiki sidebar by @hbanerjee74 in #357
- docs: add whole mart migration wiki flow by @hbanerjee74 in #358
Full Changelog: v0.1.0...v0.1.2
What's Changed
- docs: make wiki user-facing and improve content quality by @hbanerjee74 in #308
- Rename public migration commands by @hbanerjee74 in #309
- VU-1096: add public driver doctor by @hbanerjee74 in #311
- chore(deps): Bump hono from 4.12.12 to 4.12.14 in /tests/evals by @dependabot[bot] in #310
- VU-1098: add table-centric diagnostic review workflow by @hbanerjee74 in #312
- Fix sandbox setup convergence by @hbanerjee74 in #313
- VU-1095: Require setup before status test generation guidance by @hbanerjee74 in #314
- VU-1099: generate catalog-derived source YAML metadata by @hbanerjee74 in #315
- docs: align wiki with public command workflow by @hbanerjee74 in #317
- VU-1094: profile seed tables separately from source tables by @hbanerjee74 in #318
- Rename migration command files by @hbanerjee74 in #319
- Fix Oracle refactor eval status expectation by @hbanerjee74 in #320
- VU-1101: Normalize generated dbt project layout to staging/intermediate/marts structure by @hbanerjee74 in #321
- chore(deps): Bump protobufjs from 8.0.0 to 8.0.1 in /tests/evals by @dependabot[bot] in #322
- VU-1102: Add refactor-mart planning workflow by @hbanerjee74 in #323
- VU-1109: split DDL MCP loader support by @hbanerjee74 in #324
- VU-1108: Refactor SQL Server extraction into query specs by @hbanerjee74 in #325
- VU-1107: split Python sandbox backends into services by @hbanerjee74 in #326
- VU-1103: add refactor-mart staging execution workflow by @hbanerjee74 in #327
- VU-1090: Refactor Python command service modules by @hbanerjee74 in #328
- VU-1090: remind users to commit after repo mutations by @hbanerjee74 in #329
- VU-1057: fail loud when run_path is unset by @hbanerjee74 in #330
- VU-1112: split oversized Python test modules by @hbanerjee74 in #331
- VU-1111: deduplicate scaffold template rendering by @hbanerjee74 in #332
- VU-1110: tighten profile catalog contracts by @hbanerjee74 in #333
- VU-1110 follow-up: preserve profile compatibility by @hbanerjee74 in #334
- VU-1093: add Linux and WSL init support by @hbanerjee74 in #335
- Refactor Oracle sandbox from user/schema isolation to PDB-level isolation by @hbanerjee74 in #336
- VU-1106: ensure multi-table writer workflows use selected slices by @hbanerjee74 in #337
- Integration test contract alignment by @hbanerjee74 in #338
- Python dead code cleanup by @hbanerjee74 in #339
- VU-1104: add refactor-mart higher-layer execution by @hbanerjee74 in #341
- VU-1118: add preserve-catalog reset mode by @hbanerjee74 in #342
- VU-1119: block readiness on catalog errors by @hbanerjee74 in #343
- chore(deps): Bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #340
- Add CODEOWNERS file by @hbanerjee74 in #345
- VU-1117: persist target-normalized catalog types by @hbanerjee74 in #344
- VU-1113: Generate baseline staging tests during setup-target by @hbanerjee74 in #346
- VU-1120: implement replicate-source-tables CLI by @hbanerjee74 in #347
- VU-1121: Rework generate-model to 4-stage coordinator with compile-only validation by @hbanerjee74 in #348
- Modular source restructure by @hbanerjee74 in #349
- Refactor modular source support boundaries by @hbanerjee74 in #350
- refactor: split setup ddl support boundaries by @hbanerjee74 in #351
- refactor: split catalog model contracts by @hbanerjee74 in #352
- refactor: split dry run reset boundaries by @hbanerjee74 in #353
- Oracle extract boundary cleanup and setup parity by @hbanerjee74 in #354
- Refactor target setup seed helpers by @hbanerjee74 in #355
- Migrate mart coordinator workflow by @hbanerjee74 in #356
- docs: surface migrate mart in wiki sidebar by @hbanerjee74 in #357
- docs: add whole mart migration wiki flow by @hbanerjee74 in #358
Full Changelog: v0.1.0...v0.1.2