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,30 @@
[
{
"sequence": 1,
"booking_date": "2026-01-12",
"cost_text": " 62150 ",
"entry_type": "debit",
"amount": 100
},
{
"sequence": 2,
"booking_date": "2026-01-13",
"cost_text": "62210",
"entry_type": "credit",
"amount": 30
},
{
"sequence": 3,
"booking_date": "2026-02-02",
"cost_text": "97020500",
"entry_type": "debit",
"amount": 45
},
{
"sequence": 4,
"booking_date": "2026-02-03",
"cost_text": "81000",
"entry_type": "debit",
"amount": 20
}
]