finish historical extraction
This commit is contained in:
0
transform/sqlmesh-materia/tests/.gitkeep
Normal file
0
transform/sqlmesh-materia/tests/.gitkeep
Normal file
19
transform/sqlmesh-materia/tests/test_full_model.yaml
Normal file
19
transform/sqlmesh-materia/tests/test_full_model.yaml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user