Skip to content

Commit 43fa87c

Browse files
committed
do not warn for dbt 1.6
1 parent f130164 commit 43fa87c

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
@@ -62,7 +62,7 @@ def try_set_dbt_flags():
6262
PROJECT_FILE = "dbt_project.yml"
6363
PROFILES_FILE = "profiles.yml"
6464
LOWER_DBT_V = "1.0.0"
65-
UPPER_DBT_V = "1.6.0"
65+
UPPER_DBT_V = "1.7.0"
6666

6767

6868
# https://github.com/dbt-labs/dbt-core/blob/c952d44ec5c2506995fbad75320acbae49125d3d/core/dbt/cli/resolvers.py#L6

0 commit comments

Comments
 (0)