You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It took me a while to figure out that if I want to use a URI for a MongoDB, I need to set uri_mode: true in the my_launchpad.yaml file. This is a bit inconsistent with how atomate2/jobflow/maggma behave.
I think it would be worthwhile to add some information to the documentation about using the uri_mode: true flag when trying to access a cloud MongoDB system (e.g. MongoDB Atlas). The appropriate spot would be here.
It took me a while to figure out that if I want to use a URI for a MongoDB, I need to set
uri_mode: true
in themy_launchpad.yaml
file. This is a bit inconsistent with howatomate2
/jobflow
/maggma
behave.I think it would be worthwhile to add some information to the documentation about using the
uri_mode: true
flag when trying to access a cloud MongoDB system (e.g. MongoDB Atlas). The appropriate spot would be here.The relevant code is below for context:
fireworks/fireworks/utilities/filepad.py
Lines 73 to 86 in 2cc3b04
The text was updated successfully, but these errors were encountered: