Skip to content

Commit

Permalink
pin dbt to <0.19.0 in dbt example
Browse files Browse the repository at this point in the history
Summary: This likely points to a breakage in dagster-dbt, but currently only the dbt example tests are failing.  More info here: #3616.

Test Plan: bk

Reviewers: bob, max, johann

Reviewed By: johann

Subscribers: johann

Differential Revision: https://dagster.phacility.com/D6189
  • Loading branch information
sryza authored and yuhan committed Jan 28, 2021
1 parent ab3157a commit 5095c0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/dbt_example/dbt_example_tests/test_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,5 @@ def test_pipeline(pg_hostname, postgres): # pylint: disable=unused-argument
"io_manager": {"config": {"base_dir": temp_dir}},
},
},
raise_on_error=False,
)
assert res.success
2 changes: 1 addition & 1 deletion examples/dbt_example/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dagster-postgres",
"dagster-slack",
"dagstermill",
"dbt",
"dbt < 0.19.0",
],
author="Elementl",
license="Apache-2.0",
Expand Down

0 comments on commit 5095c0d

Please sign in to comment.