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,20 @@
[
{
"period": "2026/01",
"booking_class": "personnel",
"booking_count": 2,
"net_amount": 70
},
{
"period": "2026/02",
"booking_class": "allocation",
"booking_count": 1,
"net_amount": 45
},
{
"period": "2026/02",
"booking_class": "other",
"booking_count": 1,
"net_amount": 20
}
]