We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b800c9 commit bc35c94Copy full SHA for bc35c94
sqlmesh/core/config/loader.py
@@ -176,7 +176,7 @@ def load_config_from_paths(
176
project_root=dbt_project_file.parent,
177
dbt_profile_name=kwargs.pop("profile", None),
178
dbt_target_name=kwargs.pop("target", None),
179
- variables=kwargs.pop("variables", None),
+ variables=variables,
180
)
181
if type(dbt_python_config) != config_type:
182
dbt_python_config = convert_config_type(dbt_python_config, config_type)
0 commit comments