feat(dataflow): model production SQL flow patterns
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user