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

validate dbt 1.7.0 works #767

Merged
merged 15 commits into from
Nov 6, 2023
2 changes: 1 addition & 1 deletion data_diff/dbt_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def try_set_dbt_flags():
PROJECT_FILE = "dbt_project.yml"
PROFILES_FILE = "profiles.yml"
LOWER_DBT_V = "1.0.0"
UPPER_DBT_V = "1.7.0"
UPPER_DBT_V = "1.8.0"


# https://github.com/dbt-labs/dbt-core/blob/c952d44ec5c2506995fbad75320acbae49125d3d/core/dbt/cli/resolvers.py#L6
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ oracledb = {version = "*", optional=true}
pyodbc = {version="^4.0.39", optional=true}
typing-extensions = ">=4.0.1"
attrs = "^23.1.0"
mashumaro = {version = ">=3.8.1,<3.9.0", extras = ["msgpack"]}
mashumaro = {version = ">=3.8.1,<3.11.0", extras = ["msgpack"]}

[tool.poetry.dev-dependencies]
parameterized = "*"
Expand Down
Loading