Skip to content

Commit

Permalink
Feature/upgrade to dbt 1.0.3 (#39)
Browse files Browse the repository at this point in the history
* upgraded to dbt 1.0.2

* upgrade to dbt 1.0.3

Co-authored-by: Adam Tworkiewicz <adam.tworkiewicz@teradata.com>
  • Loading branch information
adamtwo and Adam Tworkiewicz authored May 10, 2022
1 parent cdb7bfc commit 0312793
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## dbt-teradata 1.0.0a

### Features
* Upgraded to dbt 1.0.3

### Fixes

Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ tox~=3.2
pytest-dbt-adapter~=0.6.0
pylava~=0.3.0
teradatasql>=16.20.0.0
dbt-core==1.0.1
dbt-core==1.0.3
MarkupSafe==2.0.1
-e .
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
],
},
install_requires=[
"dbt-core==1.0.1",
"dbt-core==1.0.3",
"teradatasql>=16.20.0.0",
],
classifiers=[
Expand Down

0 comments on commit 0312793

Please sign in to comment.