Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit c80edac

Browse files
committed
cleanup
1 parent 6fd0fbd commit c80edac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_diff/dbt_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def get_connection_creds(self) -> Tuple[Dict[str, str], str]:
198198
profiles, dbt_profile_var, f"No profile '{dbt_profile_var}' found in '{profiles_path}'."
199199
)
200200
# values can contain env_vars
201-
rendered_profile = self.ProfileRenderer({'flags':{'DBT_MACRO_DEBUGGING': 0}}).render_data(profile)
201+
rendered_profile = self.ProfileRenderer().render_data(profile)
202202
profile_target = get_from_dict_with_raise(
203203
rendered_profile, "target", f"No target found in profile '{dbt_profile_var}' in '{profiles_path}'."
204204
)

0 commit comments

Comments
 (0)