Skip to content

Commit

Permalink
docs: add end property documentation to model overview (#2300)
Browse files Browse the repository at this point in the history
  • Loading branch information
plaflamme committed Mar 19, 2024
1 parent f8be39b commit f4a10c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/concepts/models/overview.md
Expand Up @@ -163,6 +163,9 @@ Name is ***required*** and must be ***unique***.
### start
- Start is used to determine the earliest time needed to process the model. It can be an absolute date/time (`2022-01-01`), or a relative one (`1 year ago`).

### end
- End is used to determine the latest time needed to process the model. It can be an absolute date/time (`2022-01-01`), or a relative one (`1 year ago`).

### cron
- Cron is used to schedule your model to process or refresh at a certain interval. It uses [croniter](https://github.com/kiorky/croniter) under the hood, so expressions such as `@daily` can be used.

Expand Down

0 comments on commit f4a10c4

Please sign in to comment.