finish historical extraction

This commit is contained in:
Deeman
2025-07-13 23:20:55 +02:00
parent b8ad73202c
commit 0a60bf8746
16 changed files with 158 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
test_example_full_model:
model: sqlmesh_example.full_model
inputs:
sqlmesh_example.incremental_model:
rows:
- id: 1
item_id: 1
- id: 2
item_id: 1
- id: 3
item_id: 2
outputs:
query:
rows:
- item_id: 1
num_orders: 2
- item_id: 2
num_orders: 1