Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to dbt 1.0.0 #20

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Include in `packages.yml`:
```yaml
packages:
- package: tnightengale/dbt_meta_testing
version: 0.3.4
version: 0.3.5
```
For latest release, see
https://github.com/tnightengale/dbt-meta-testing/releases.
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: 'dbt_meta_testing'
version: '0.2.0'
config-version: 2
require-dbt-version: [">=0.21.0", "<0.22.0"]
require-dbt-version: [">=0.22.0", "<2.0.0"]
tnightengale marked this conversation as resolved.
Show resolved Hide resolved

# The "profile" dbt uses for this project.
profile: 'dbt_meta_testing'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dbt==0.21.0
dbt==1.0.0
tnightengale marked this conversation as resolved.
Show resolved Hide resolved