Skip to content

Commit

Permalink
Update website/docs/docs/deploy/advanced-ci.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Nov 15, 2024
1 parent b9e4be0 commit ff3416a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/docs/docs/deploy/advanced-ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ dbt reports the comparison differences in:

### Speeding up comparisons

It's common for CI jobs to only [build a subset of data](/best-practices/best-practice-workflows#limit-the-data-processed-when-in-development) (for example only the last 7 days of data).

When an [`event_time`](/reference/resource-configs/event-time) column is specified on your model, compare changes can optimize comparisons by using only the overlapping timeframe (meaning the timeframe exists in both the CI and production environment), helping you avoid incorrect row-count changes and return results faster.

Expand Down

0 comments on commit ff3416a

Please sign in to comment.