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

Commit 54fb973

Browse files
authored
Merge pull request #767 from datafold/update-dbt-artifact-versions
validate dbt 1.7.0 works
2 parents 8958f04 + c83386c commit 54fb973

File tree

6 files changed

+22834
-5031
lines changed

6 files changed

+22834
-5031
lines changed

data_diff/dbt_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def try_set_dbt_flags():
6464
PROJECT_FILE = "dbt_project.yml"
6565
PROFILES_FILE = "profiles.yml"
6666
LOWER_DBT_V = "1.0.0"
67-
UPPER_DBT_V = "1.7.0"
67+
UPPER_DBT_V = "1.8.0"
6868

6969

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

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ oracledb = {version = "*", optional=true}
4545
pyodbc = {version="^4.0.39", optional=true}
4646
typing-extensions = ">=4.0.1"
4747
attrs = "^23.1.0"
48-
mashumaro = {version = ">=3.8.1,<3.9.0", extras = ["msgpack"]}
48+
mashumaro = {version = ">=3.8.1,<3.11.0", extras = ["msgpack"]}
4949

5050
[tool.poetry.dev-dependencies]
5151
parameterized = "*"

0 commit comments

Comments
 (0)