Skip to content

Commit

Permalink
fix for redash-stmo/#33 (re #6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Short authored and jezdez committed Apr 3, 2019
1 parent 3943b73 commit 99a49b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions redash/query_runner/presto.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ class Presto(BaseQueryRunner):
'host': {
'type': 'string'
},
'protocol': {
'type': 'string',
'default': 'http',
},
'port': {
'type': 'number'
},
Expand Down

0 comments on commit 99a49b1

Please sign in to comment.