Quigley Malcolm

Results 59 issues of 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...

cla:yes

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...

enhancement
microbatch

### 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...

bug
user docs
microbatch

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...

cla:yes
artifact_minor_upgrade

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...

Epic

### 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....

bug
user docs
stale