Skip to content

Commit 3e48b5e

Browse files
author
Adriano Sanges
committed
Remove daily cron schedule from incremental model
- Remove the '@daily' cron schedule from the incremental model configuration - Simplify model scheduling configuration
1 parent b1f63b0 commit 3e48b5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

real-estate-sqlmesh/models/incremental_model.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ MODEL (
44
time_column (created_at, '%Y-%m-%d %H:%M:%S.%f')
55
),
66
start '2020-01-01',
7-
cron '@daily',
87
grain (url)
98
);
109

0 commit comments

Comments
 (0)