Can I store the select rules in a different file `...
# getting-started
m
Can I store the select rules in a different file
select_rules.yml
then reference the same
select_rules.yml
multiple times for different plugins in
meltano.yml
https://docs.meltano.com/concepts/plugins#select-extra
e
Hi @mert_bakir! It’s not currently possible to reference a different file just for the
select
setting. You could use YAML anchors to reuse the selection rules. Though I’d warn that the anchors will become expanded with any CLI operation that touches
meltano.yml