File size: 366 Bytes
c83400c | 1 2 3 4 5 6 7 8 9 10 11 12 | 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 |