Datasets:
CROSS2: Schema Evolution (Brief)
Service A deployed a database schema migration that breaks Service B. The Planner has analyzed the migration and identified all changes needed in Service B.
- Update
service_b/models.pyto match the new schema - Fix
service_b/queries.py— eliminate allSELECT * - Implement
scripts/backfill.pyusing the Planner's default values
Run pytest tests/ to verify.