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

Commit eef79ab

Browse files
committed
format
1 parent c80edac commit eef79ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_diff/dbt_parser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def import_dbt_dependencies():
2626
try:
2727
# ProfileRenderer.render_data() fails without instantiating global flag MACRO_DEBUGGING in dbt-core 1.5
2828
from dbt.flags import set_flags
29+
2930
set_flags(Namespace(MACRO_DEBUGGING=False))
3031
except:
3132
pass

0 commit comments

Comments
 (0)