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 committed Apr 2, 2019
1 parent f70c823 commit 7920515
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

1 comment on commit 7920515

@jezdez
Copy link

@jezdez jezdez commented on 7920515 Apr 3, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, thanks!

Please sign in to comment.