Skip to content

Commit 1f9548d

Browse files
authored
Merge pull request datafold#661 from datafold/issue_660
support dbt 1.6
2 parents 54d8a1c + 43fa87c commit 1f9548d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ trino = {version="^0.314.0", optional=true}
3737
presto-python-client = {version="*", optional=true}
3838
clickhouse-driver = {version="*", optional=true}
3939
duckdb = {version="^0.7.0", optional=true}
40-
dbt-artifacts-parser = {version="^0.3.0"}
40+
dbt-artifacts-parser = {version="^0.4.0"}
4141
dbt-core = {version="^1.0.0"}
4242
keyring = "*"
4343
tabulate = "^0.9.0"
@@ -59,7 +59,7 @@ presto-python-client = "*"
5959
clickhouse-driver = "*"
6060
vertica-python = "*"
6161
duckdb = "^0.7.0"
62-
dbt-artifacts-parser = "^0.3.0"
62+
dbt-artifacts-parser = "^0.4.0"
6363
dbt-core = "^1.0.0"
6464
# google-cloud-bigquery = "*"
6565
# databricks-sql-connector = "*"

0 commit comments

Comments
 (0)