Priority: P1
Makefile is missing targets for batch-processing, realtime-cdc, data-governance, and ai-ml-platform even though recipe .env files exist.
What to do
- Add 4 missing Makefile targets matching recipe
.env files
- Add
validate target that runs docker compose config for all recipes
- Add
seed target that runs dbt seed && dbt run
- Update
make help descriptions
Acceptance criteria
Priority: P1
Makefile is missing targets for
batch-processing,realtime-cdc,data-governance, andai-ml-platformeven though recipe.envfiles exist.What to do
.envfilesvalidatetarget that runsdocker compose configfor all recipesseedtarget that runsdbt seed && dbt runmake helpdescriptionsAcceptance criteria
.envfiles have corresponding Makefile targetsmake helplists all new targetsmake validatechecks all compose configurations