feat(dataflow): model production SQL flow patterns

This commit is contained in:
2026-07-30 18:19:18 +02:00
parent 0664570607
commit e091042948
26 changed files with 2169 additions and 36 deletions
@@ -0,0 +1,16 @@
[
{
"student_id": "S-100",
"full_name": "Ada Lovelace",
"birth_date": "10.12.2000",
"program": "CS",
"status_group": "current"
},
{
"student_id": "S-300",
"full_name": "Katherine Johnson",
"birth_date": "26.08.2001",
"program": "MATH",
"status_group": "current"
}
]