Create openenv.yaml
Browse files- openenv.yaml +12 -0
openenv.yaml
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: sqlite-rescue-env
|
| 2 |
+
version: "1.0.0"
|
| 3 |
+
description: "A data engineering environment where an AI agent must clean, normalize, and manipulate a messy SQLite database using raw SQL queries."
|
| 4 |
+
author: "Data Engineering Hackathon Participant"
|
| 5 |
+
|
| 6 |
+
build:
|
| 7 |
+
dockerfile: Dockerfile
|
| 8 |
+
|
| 9 |
+
tasks:
|
| 10 |
+
- easy_data_cleaning
|
| 11 |
+
- medium_schema_normalization
|
| 12 |
+
- hard_complex_reconciliation
|