Replibyte icon indicating copy to clipboard operation
Replibyte copied to clipboard

multiple database name locations in configuration

Open janrito opened this issue 2 years ago • 0 comments

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?

janrito avatar Dec 20 '22 16:12 janrito