Skip to content

Commit

Permalink
Merge pull request apache#16 from tayarajat/tableau_package
Browse files Browse the repository at this point in the history
ADD: tableauserverclient package addition to setup
  • Loading branch information
Himansh1306 authored Mar 26, 2020
2 parents 776eb97 + 5ef29b3 commit 7541079
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,8 @@ def write_version(filename=os.path.join(*["airflow", "git_version"])):
'overrides',
'sqlparser',
'werkzeug==0.16.1',
'jsonnet']
'jsonnet',
'tableauserverclient==0.8']

all_dbs = postgres + mysql + hive + mssql + hdfs + vertica + cloudant + druid + pinot \
+ cassandra + mongo
Expand Down

0 comments on commit 7541079

Please sign in to comment.