| name: sqlite-rescue-env | |
| version: "1.0.0" | |
| description: "A data engineering environment where an AI agent must clean, normalize, and manipulate a messy SQLite database using raw SQL queries." | |
| author: "Data Engineering Hackathon Participant" | |
| build: | |
| dockerfile: Dockerfile | |
| tasks: | |
| - easy_data_cleaning | |
| - medium_schema_normalization | |
| - hard_complex_reconciliation |