Skip to content

Commit

Permalink
Change: MongoDB query runner set DB name as mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr authored Aug 11, 2016
1 parent b781003 commit 5baf72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redash/query_runner/mongodb.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def configuration_schema(cls):
'title': 'Replica Set Name'
},
},
'required': ['connectionString']
'required': ['connectionString', 'dbName']
}

@classmethod
Expand Down

0 comments on commit 5baf72a

Please sign in to comment.