sai1912 commited on
Commit
f30bf45
·
verified ·
1 Parent(s): ef42f98

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. openenv.yaml +24 -0
openenv.yaml CHANGED
@@ -49,6 +49,30 @@ tasks:
49
  Requires advanced window function mechanics (OVER PARTITION BY... ROWS BETWEEN).
50
  baseline_score: 0.99
51
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  observation_schema:
53
  task_id: string
54
  task_description: string
 
49
  Requires advanced window function mechanics (OVER PARTITION BY... ROWS BETWEEN).
50
  baseline_score: 0.99
51
 
52
+ - id: task_5_optimization
53
+ difficulty: expert
54
+ max_steps: 5
55
+ description: >
56
+ Query Optimization. Rewrite a working but slow CROSS JOIN query
57
+ to use a proper INNER JOIN.
58
+ baseline_score: 0.99
59
+
60
+ - id: task_6_migration
61
+ difficulty: expert
62
+ max_steps: 5
63
+ description: >
64
+ Schema Migration. Safely migrate a denormalized table to a 3NF schema,
65
+ then drop the original table without losing data.
66
+ baseline_score: 0.99
67
+
68
+ - id: task_7_chaos
69
+ difficulty: expert
70
+ max_steps: 5
71
+ description: >
72
+ Chaos Engineering. Fix a live pipeline that generates DUPLICATE user_id
73
+ entries and NULL emails by inspecting error_logs and adding database constraints.
74
+ baseline_score: 0.99
75
+
76
  observation_schema:
77
  task_id: string
78
  task_description: string