Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request getredash#1234 from getredash/arikfr-patch-1
Browse files Browse the repository at this point in the history
Change: MongoDB query runner set DB name as mandatory
  • Loading branch information
arikfr authored Aug 11, 2016
2 parents 6892c09 + 355c38b commit 65ad409
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 65ad409

Please sign in to comment.