sam_werbalowsky
02/17/2022, 12:48 AMdefault_replication_key
for tap-postgres (transferwise), but I don’t even know if it is possible to set. Also looking for samples on how we can configure schemas or individual tables if needed. Ideally, I can just set the default_replication_key
for a certain schema, since all tables will have it.visch
02/17/2022, 2:05 AMmeltano select --help
Usage: meltano select [OPTIONS] EXTRACTOR [ENTITIES_FILTER]
[ATTRIBUTES_FILTER]
Entities and Attributes are the words Meltano uses for these 🤷
Totally understand though!
If you run meltano select tap-name --list
(and possibly meltano select tap-name --all
first if your select is already limiting the selection) you'll get a list of all of them 🙂sam_werbalowsky
02/17/2022, 3:12 PMreplication_key
for every table, which is a little bit of a bummer. Trying to navigate the documentation and get a feel for meltano CLI and how singer taps work.visch
02/17/2022, 3:18 PMvisch
02/17/2022, 3:18 PMchris_stout
06/16/2022, 7:05 PMvisch
06/16/2022, 7:07 PM