Skip to content

Commit

Permalink
add redshift and bq to supported adapters for freshness
Browse files Browse the repository at this point in the history
Resolves #5061
  • Loading branch information
mirnawong1 authored Mar 14, 2024
1 parent 7319aee commit bac8f0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/reference/resource-properties/freshness.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ If a source has a `freshness:` block, dbt will attempt to calculate freshness fo
- If a `loaded_at_field` is provided, dbt will calculate freshness via a select query (behavior prior to v1.7).
- If a `loaded_at_field` is _not_ provided, dbt will calculate freshness via warehouse metadata tables when possible (new in v1.7 on supported adapters).

Currently, calculating freshness from warehouse metadata tables is supported on:
Currently, calculating freshness from warehouse metadata tables is supported on the following adapters:
- [Snowflake](/reference/resource-configs/snowflake-configs)

Support is coming soon to the following adapters:
- [Redshift](/reference/resource-configs/redshift-configs)
- [BigQuery](/reference/resource-configs/bigquery-configs)
-
Support is coming soon to the following adapter:
- [Spark](/reference/resource-configs/spark-configs)

Freshness blocks are applied hierarchically:
Expand Down

0 comments on commit bac8f0a

Please sign in to comment.