From b127ed336516697080d20f89659fb8c38da10d75 Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:25:03 +0000 Subject: [PATCH] Update batch_size.md update sql example to align with `batch_size` config. previously the example only showed how to configure the `lookback` config, which isn't related to this page. --- website/docs/reference/resource-configs/batch_size.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/reference/resource-configs/batch_size.md b/website/docs/reference/resource-configs/batch_size.md index 0110da53bb2..6237a522f98 100644 --- a/website/docs/reference/resource-configs/batch_size.md +++ b/website/docs/reference/resource-configs/batch_size.md @@ -48,7 +48,8 @@ Example in sql model config block: ```sql {{ config( - lookback='day + materialized='incremental', + batch_size='day' ) }} ```