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

Commit 17ad8d1

Browse files
authored
increment dbt-artifacts-parser version (#440)
1 parent 991c844 commit 17ad8d1

File tree

3 files changed

+17
-15
lines changed

3 files changed

+17
-15
lines changed

data_diff/dbt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def import_dbt():
3737
PROJECT_FILE = "dbt_project.yml"
3838
PROFILES_FILE = "profiles.yml"
3939
LOWER_DBT_V = "1.0.0"
40-
UPPER_DBT_V = "1.4.2"
40+
UPPER_DBT_V = "1.4.5"
4141

4242

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

poetry.lock

Lines changed: 14 additions & 12 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
@@ -38,7 +38,7 @@ trino = {version="^0.314.0", optional=true}
3838
presto-python-client = {version="*", optional=true}
3939
clickhouse-driver = {version="*", optional=true}
4040
duckdb = {version="^0.7.0", optional=true}
41-
dbt-artifacts-parser = {version="^0.2.4", optional=true}
41+
dbt-artifacts-parser = {version="^0.2.5", optional=true}
4242
dbt-core = {version="^1.0.0", optional=true}
4343

4444
[tool.poetry.dev-dependencies]
@@ -54,7 +54,7 @@ presto-python-client = "*"
5454
clickhouse-driver = "*"
5555
vertica-python = "*"
5656
duckdb = "^0.7.0"
57-
dbt-artifacts-parser = "^0.2.4"
57+
dbt-artifacts-parser = "^0.2.5"
5858
dbt-core = "^1.0.0"
5959
# google-cloud-bigquery = "*"
6060
# databricks-sql-connector = "*"

0 commit comments

Comments
 (0)