From cd84eafaf55d1783de7ecc841dcfa0f5d13199f1 Mon Sep 17 00:00:00 2001 From: Liam O'Boyle Date: Tue, 23 Jan 2024 08:50:44 +1100 Subject: [PATCH] Record that freshness tests are available for BQ Freshness tests were added for BigQuery in https://github.com/dbt-labs/dbt-bigquery/pull/1072 and released with [`dbt-bigquery` 1.7.3](https://github.com/dbt-labs/dbt-bigquery/releases/tag/v1.7.3). --- website/docs/reference/resource-properties/freshness.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/resource-properties/freshness.md b/website/docs/reference/resource-properties/freshness.md index 0b017991d68..73b6f6f73a7 100644 --- a/website/docs/reference/resource-properties/freshness.md +++ b/website/docs/reference/resource-properties/freshness.md @@ -47,10 +47,10 @@ If a source has a `freshness:` block, dbt will attempt to calculate freshness fo Currently, calculating freshness from warehouse metadata tables is supported on: - [Snowflake](/reference/resource-configs/snowflake-configs) +- [BigQuery](/reference/resource-configs/bigquery-configs) Support is coming soon to the following adapters: - [Redshift](/reference/resource-configs/redshift-configs) -- [BigQuery](/reference/resource-configs/bigquery-configs) - [Spark](/reference/resource-configs/spark-configs) Freshness blocks are applied hierarchically: