Skip to content

Commit

Permalink
Link to microbatch docs page in microbatch behavior flag
Browse files Browse the repository at this point in the history
  • Loading branch information
QMalcolm committed Oct 11, 2024
1 parent 732793a commit 16986be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/adapters/base/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
]

Expand Down

0 comments on commit 16986be

Please sign in to comment.