Skip to content

Commit

Permalink
Merge pull request #9 from Dandandan/small_changes
Browse files Browse the repository at this point in the history
Fix dependency on PyAthena
  • Loading branch information
Dandandan committed Jan 19, 2020
2 parents 6e578eb + 2d9bdb2 commit 92d2680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbt/include/athena/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: dbt_presto
name: dbt_athena
version: 1.0

macro-paths: ["macros"]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
},
install_requires=[
'dbt-core=={}'.format(package_version),
'PyAthenaJDBC',
'PyAthena',
]
)

0 comments on commit 92d2680

Please sign in to comment.