josh_lloyd
05/27/2021, 12:33 AMaaronsteers
05/27/2021, 1:08 AMmeltano.yml
.josh_lloyd
05/27/2021, 1:40 AMselect
portion of meltano.yml
. This is just fine for a one off edit, but I’m trying to loop through a series of databases where the schema names will change from database to database but the table names will not requiring a complete refresh of select patterns. I’m removing the select
configuration section through reading and rewriting the file currently but it would be handy to have a meltano select --remove <tap_name> [ENTITIES_PATTERN] [ATTRIBUTE_PATTERN]
. Just a thought 🙂aaronsteers
05/27/2021, 2:01 AMaaronsteers
05/27/2021, 2:03 AMaaronsteers
05/27/2021, 2:05 AM--inherit-from
extractor entries via the cli, each with their own select rules, and then just remove them / recreate them when you want a reset.douwe_maan
05/27/2021, 3:37 PM