sqlite-rescue-env / openenv.yaml
aastikny's picture
Create openenv.yaml
c83400c verified
Raw
History Blame Contribute Delete
366 Bytes
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