feat: add extensible operators and golden flows
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
[
|
||||
{
|
||||
"case_id": "A-1",
|
||||
"status": "open",
|
||||
"amount": 10,
|
||||
"monthly_case_id": "A-1",
|
||||
"monthly_status": "open",
|
||||
"monthly_amount": 10,
|
||||
"_reconciliation_status": "match",
|
||||
"_reconciliation_differences": []
|
||||
},
|
||||
{
|
||||
"case_id": "A-2",
|
||||
"status": "closed",
|
||||
"amount": 20,
|
||||
"monthly_case_id": "A-2",
|
||||
"monthly_status": "closed",
|
||||
"monthly_amount": 25,
|
||||
"_reconciliation_status": "changed",
|
||||
"_reconciliation_differences": ["amount"]
|
||||
},
|
||||
{
|
||||
"monthly_case_id": "A-3",
|
||||
"monthly_status": "open",
|
||||
"monthly_amount": 30,
|
||||
"_reconciliation_status": "missing_expected",
|
||||
"_reconciliation_differences": []
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user