mert_bakir
05/16/2023, 12:06 PMjobs:
- name: job-01
tasks:
- tap-postgres target-postgres
- dbt-postgres:clean dbt-postgres:run --select tag:tag1 tag:tag2
meltano invoke dbt-postgres:run --select tag:foo # works fine
meltano run dbt-postgres:run --select tag:foo # Error: No such option: --select
visch
05/16/2023, 12:20 PMmeltano run dbt-postgres:run --select tag:foo # Error: No such option: --select
To do it now I believe you can use https://docs.meltano.com/concepts/plugins#select-filter-extra (env vars) , if that one doesn't' work with meltano run
(I think it does) meltano elt
definitely supports it.visch
05/16/2023, 12:20 PMtaylor
05/16/2023, 2:16 PMMatt Menzenski
05/16/2023, 2:28 PM