Skip to content

Commit 6a0a9a5

Browse files
committed
fix: Add missing flag
1 parent 81cf113 commit 6a0a9a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

airflow_dbt_python/utils/configs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ class BaseConfig:
178178
upgrade: bool = False
179179

180180
require_model_names_without_spaces: bool = False
181+
require_ref_searches_node_package_before_root: bool = False
181182
exclude_resource_types: list[str] = dataclasses.field(
182183
default_factory=list, repr=False
183184
)

0 commit comments

Comments
 (0)