testing sqlmesh

This commit is contained in:
Deeman
2025-07-27 00:18:03 +02:00
parent f0de8a505b
commit 9baa0d185c
11 changed files with 20 additions and 76 deletions

View File

@@ -1,8 +0,0 @@
id,item_id,event_date
1,2,2020-01-01
2,1,2020-01-01
3,3,2020-01-03
4,1,2020-01-04
5,1,2020-01-05
6,1,2020-01-06
7,1,2020-01-07
1 id item_id event_date
2 1 2 2020-01-01
3 2 1 2020-01-01
4 3 3 2020-01-03
5 4 1 2020-01-04
6 5 1 2020-01-05
7 6 1 2020-01-06
8 7 1 2020-01-07