Skip to content

Commit

Permalink
Update freshness.md (#5136)
Browse files Browse the repository at this point in the history
clarified that freshness is supported in version 1.7.3 per @elyobo's pr
#4784.

confirmed in [internal
slack](https://dbt-labs.slack.com/archives/C067EUS2D7S/p1711102003658309)
as well.
  • Loading branch information
mirnawong1 authored Mar 27, 2024
2 parents fea0c33 + 760c94b commit 0d95ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/resource-properties/freshness.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ If a source has a `freshness:` block, dbt will attempt to calculate freshness fo
Currently, calculating freshness from warehouse metadata tables is supported on the following adapters:
- [Snowflake](/reference/resource-configs/snowflake-configs)
- [Redshift](/reference/resource-configs/redshift-configs)
- [BigQuery](/reference/resource-configs/bigquery-configs)
- [BigQuery](/reference/resource-configs/bigquery-configs) (Supported in [`dbt-bigquery`](https://github.com/dbt-labs/dbt-bigquery) version 1.7.3 or higher)

Support is coming soon to the [Spark](/reference/resource-configs/spark-configs) adapter.

Expand Down

0 comments on commit 0d95ef6

Please sign in to comment.