thomas_briggs
02/10/2023, 10:21 PMselect
rules at the environment level completely override those from the plugin?edgar_ramirez_mondragon
02/10/2023, 10:46 PMDoYes, and we should probably document it. The alternative of mergingrules at the environment level completely override those from the plugin?select
select
rules at different levels would quickly get messy. You could still accomplish something similar with YAML anchors if you have everything in meltano.yml
thomas_briggs
02/13/2023, 1:51 PMthomas_briggs
02/13/2023, 4:46 PMselect
item is a list; as far as I can anchors and aliases allow the value for an item to be overridden, but for a list doesn't that mean having to override the entire list? (Which defeats the purpose...)
2. The meltano.yml created using the CLI puts environments first and plugins second, so I can't reference anchors defined in plugins in environments without re-arranging the "top level" sections. Is it safe to assume meltano won't re-arrange the file if I do that and then make other config changes using the CLI? Or do I need to ensure that the file will only ever be changed by manual edits after that?
Thanks!