Replibyte
Replibyte copied to clipboard
multiple database name locations in configuration
The connection URI includes the database name—but transformers and subsets also ask for a database parameter? does one override the other?
connection_uri: postgres://user:password@host:port/db
transformers:
- database: public
table: customers
....
database_subset:
database: public
table: customers
is the database public? db? can we leave one out?