Skip to content

Commit

Permalink
Update website/docs/guides/migration/versions/00-upgrading-to-v1.7.md
Browse files Browse the repository at this point in the history
  • Loading branch information
graciegoheen authored Oct 12, 2023
1 parent 6237a8e commit b771380
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ As part of this change, the `loaded_at_field` is no longer required to generate
- If a `loaded_at_field` is provided, dbt will calculate freshness via a select query (previous behavior).
- If a `loaded_at_field` is _not_ provided, dbt will calculate freshness via warehouse metadata tables when possible (new behavior).

This is a relatively small behavior change compared to previous versions. To exclude a source from calculating source freshness:
This is a relatively small behavior change, but worth calling out in case you notice that dbt is calculating freshness for _more_ sources than before. To exclude a source from freshness calculations, you have two options:
- Don't add a `freshness:` block.
- Explicitly set `freshness: null`

Expand Down

0 comments on commit b771380

Please sign in to comment.