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
{{ message }}
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
Replicator supports creating a replication with create_target, but this can't actually be used as target_db only supports a database instance which means it must be an existing database.
2. What you expected to happen
That Replicator supports using create_target without pre-creating the database.
3. What actually happened
You can only pass it an already created database.
Environment details
python-cloudant 2.12.0
Python 3.7.4
The text was updated successfully, but these errors were encountered:
I'll go ahead and close this issue. Please reopen or create a new one if this answer does not help with your use case or if you need any further clarification.
Bug Description
Replicator
supports creating a replication withcreate_target
, but this can't actually be used astarget_db
only supports a database instance which means it must be an existing database.2. What you expected to happen
That
Replicator
supports usingcreate_target
without pre-creating the database.3. What actually happened
You can only pass it an already created database.
Environment details
python-cloudant 2.12.0
Python 3.7.4
The text was updated successfully, but these errors were encountered: