Skip to content

Commit

Permalink
Merge pull request #9 from fishtown-analytics/fix/spark-project-path
Browse files Browse the repository at this point in the history
fix spark dbt project path
  • Loading branch information
drewbanin authored Apr 11, 2019
2 parents e471442 + 848f3ef commit 30f9948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
packages=find_packages(),
package_data={
'dbt': [
'include/dbt_spark/dbt_project.yml',
'include/dbt_spark/macros/*.sql',
'include/spark/dbt_project.yml',
'include/spark/macros/*.sql',
]
},
install_requires=[
Expand Down

0 comments on commit 30f9948

Please sign in to comment.