Skip to content

Commit bc35c94

Browse files
committed
rebase
1 parent 4b800c9 commit bc35c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlmesh/core/config/loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def load_config_from_paths(
176176
project_root=dbt_project_file.parent,
177177
dbt_profile_name=kwargs.pop("profile", None),
178178
dbt_target_name=kwargs.pop("target", None),
179-
variables=kwargs.pop("variables", None),
179+
variables=variables,
180180
)
181181
if type(dbt_python_config) != config_type:
182182
dbt_python_config = convert_config_type(dbt_python_config, config_type)

0 commit comments

Comments
 (0)