Skip to content

Commit f84ed1f

Browse files
committed
chore: use dbt-core>=1.9.0,<1.11 for integration testing
1 parent 009c6e8 commit f84ed1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dbt-core>=1.9.0,<1.10
1+
dbt-core>=1.9.0,<1.11
22
dbt-adapters>=1.10,<2.0
33
dbt-tests-adapter>=1.10,<2.0
44
clickhouse-connect>=0.7.6

tests/integration/adapter/concurrency/test_concurrency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ def _validate_results(self, project, results, output):
3030
check_relations_equal(project.adapter, ["seed", "table_b"])
3131
check_table_does_not_exist(project.adapter, "invalid")
3232
check_table_does_not_exist(project.adapter, "skip")
33-
assert "PASS=5 WARN=0 ERROR=1 SKIP=1 TOTAL=7" in output
33+
assert "PASS=5 WARN=0 ERROR=1 SKIP=1 NO-OP=0 TOTAL=7" in output

0 commit comments

Comments
 (0)