Skip to content

Commit 55da1a5

Browse files
committed
Chore: Extend the docs for allow_partials
1 parent d5b53e0 commit 55da1a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/concepts/models/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ MODEL (
130130
```
131131

132132
### allow_partials
133-
- Indicates that this model can be executed for partial (incomplete) data intervals. Setting this to `true` means that the model may process a segment of input data that is missing some of the data points. Please note that setting this attribute to `true` results in the disregard of the [cron](#cron) attribute.
133+
- Indicates that this model can be executed for partial (incomplete) data intervals. By default, each model processes only complete intervals to prevent common mistakes caused by partial data. The size of the interval is determined by the model's [interval_unit](#interval_unit). Setting `allow_partials` to `true` overrides this behavior, indicating that the model may process a segment of input data that is missing some of the data points. Please note that setting this attribute to `true` results in the disregard of the [cron](#cron) attribute.
134134

135135
## Incremental Model Properties
136136

0 commit comments

Comments
 (0)