From bac8f0ac4efad94aaabecf8897d696d93ccff4a8 Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Thu, 14 Mar 2024 15:55:35 +0000 Subject: [PATCH] add redshift and bq to supported adapters for freshness Resolves #5061 --- website/docs/reference/resource-properties/freshness.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/reference/resource-properties/freshness.md b/website/docs/reference/resource-properties/freshness.md index 513544d61c7..c9220f26f98 100644 --- a/website/docs/reference/resource-properties/freshness.md +++ b/website/docs/reference/resource-properties/freshness.md @@ -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: