There was an error while loading. Please reload this page.
1 parent 7a09da6 commit 2b751b5Copy full SHA for 2b751b5
1 file changed
sqlmesh/core/node.py
@@ -28,7 +28,8 @@
28
class IntervalUnit(str, Enum):
29
"""IntervalUnit is the inferred granularity of an incremental node.
30
31
- IntervalUnit can be one of 5 types, YEAR, MONTH, DAY, HOUR, MINUTE. The unit is inferred
+ IntervalUnit can be one of 7 types: YEAR, MONTH, DAY, HOUR, HALF_HOUR, QUARTER_HOUR,
32
+ FIVE_MINUTE. The unit is inferred
33
based on the cron schedule of a node. The minimum time delta between a sample set of dates
34
is used to determine which unit a node's schedule is.
35
0 commit comments