From 16986be3921559b86f440c834a9d71c980489677 Mon Sep 17 00:00:00 2001 From: Quigley Malcolm Date: Fri, 11 Oct 2024 14:02:16 -0500 Subject: [PATCH] Link to microbatch docs page in microbatch behavior flag --- dbt/adapters/base/impl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt/adapters/base/impl.py b/dbt/adapters/base/impl.py index b7e6272b..28d50d08 100644 --- a/dbt/adapters/base/impl.py +++ b/dbt/adapters/base/impl.py @@ -315,7 +315,7 @@ def _behavior_flags(self) -> List[BehaviorFlag]: { "name": "require_builtin_microbatch_strategy", "default": False, - "description": "If True, then a builtin `microbatch` materialization strategy can be expected to exist.", + "docs_url": "https://docs.getdbt.com/docs/build/incremental-microbatch", } ]