Skip to content

Commit

Permalink
Merge pull request #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 b781003 + 5baf72a commit dfb92db
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 dfb92db

Please sign in to comment.