Skip to content

Commit

Permalink
Merge branch 'current' into nfiann-update-link-python-models
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliefiann authored Jul 18, 2024
2 parents 51a723e + f38615b commit 798dce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/build/incremental-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ from {{ ref('app_data_events') }}
-- this filter will only be applied on an incremental run
-- (uses >= to include records whose timestamp occurred since the last run of this model)
-- (If event_time is NULL or the table is truncated, the condition will always be true and load all records)
where event_time >= (select coalesce(max(event_time),'1900-01-01'::TIMESTAMP) from {{ this }} )
where event_time >= (select coalesce(max(event_time),'1900-01-01') from {{ this }} )

{% endif %}
```
Expand Down

0 comments on commit 798dce0

Please sign in to comment.