Create a new pipeline or open an existing pipeline.
Expand the left side of your screen to view the file browser.
Scroll down and click on a file named io_config.yaml.
Enter the following keys and values under the key named default (you can
have multiple profiles, add it under whichever is relevant to you)
Copy
version: 0.1.1default: # Specify either the connection string or the (host, password, user, port) to connect to MongoDB. MONGODB_CONNECTION_STRING: "mongodb://{username}:{password}@{host}:{port}/" MONGODB_HOST: host MONGODB_PORT: 27017 MONGODB_USER: user MONGODB_PASSWORD: password MONGODB_DATABASE: database MONGODB_COLLECTION: collection