Quigley Malcolm
Quigley Malcolm
Resolves #10874 ### Problem `--event-time-start` and `--event-time-end` were not mutually required, which led to some weird/bad behavior if only one was specified ### Solution Make it so that one being...
Currently, we have _five_ ways to run a microbatch model 🥴 1. creating/recreating the model * batches are run from model's defined `begin` to "now" 2. incrementally with no extra...
### We should switch the default for `lookback` to `1`. Currently the lookback value defaults to `0`. The problem with this is that a lookback of `0` means that the...
Resolves #10867 ### Problem A `lookback` value of `0` results in microbatch models consistently having incomplete data. ### Solution Change the `lookback` default to `1`. This guarantees that batches will...
There are a number of unstrict areas of core which lead to confusion unexpected behaviors when developing their projects. Additionally, some of these unstrict areas make it difficult to make...
### Housekeeping - [x] I am a maintainer of dbt-core ### Short description Currently, model freshness defined in `dbt_project.yml` is only taken into account if specified at the top level....