connection_string: "mongodb://mongodb_container_name:27017/" database_name: database_name collection_name: collection_name
connection_string
database_name
collection_name
unique_constraints: ['col1', 'col2'] # Upsert documents based on unique constraints
Was this page helpful?