-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid mongodb connection string if CLEARML_MONGODB_SERVICE_CONNECTION_STRING is specified #252
Comments
Thanks for letting us know @smartnet-club - We'll take a look. |
@smartnet-club We reproduced the issue. It will be fixed in the upcoming open source version (v1.17) |
Hey @smartnet-club! Just letting you know that this issue has been resolved in the recently released v1.17.0. Let us know if there are any issues :) |
Error parsing mongodb replica set connection string. Connection string: Error:
|
CLEARML_MONGODB_SERVICE_CONNECTION_STRING=mongodb://myDBReader:D1fficultP%[email protected]:27017/?authSource=admin
expected connection string:
mongodb://myDBReader:D1fficultP%[email protected]:27017/auth?authSource=admin
actual connection string:
mongodb://myDBReader:D1fficultP%[email protected]:27017/?authSource=admin/auth
must be fixed database package
con_str = f"{override_connection_string.rstrip('/')}/{key}"
The text was updated successfully, but these errors were encountered: