josh_lloyd
07/28/2021, 9:15 PMmeltano invoke dbt:run
correctly only runs the models I’ve listed in my DBT_MODELS
env var. But meltano invoke dbt:test
doesn’t seem to follow suit. It will instead run all tests. Am I missing something?douwe_maan
07/28/2021, 11:15 PMjosh_lloyd
07/28/2021, 11:16 PMjosh_lloyd
07/28/2021, 11:17 PMdouwe_maan
07/28/2021, 11:21 PMdouwe_maan
07/28/2021, 11:22 PM—models $DBT_MODELS
unlike run
douwe_maan
07/28/2021, 11:22 PMjosh_lloyd
07/28/2021, 11:23 PMjosh_lloyd
07/28/2021, 11:24 PMDBT_MODELS
defined in a local .env
but that didn’t work. but it does if I explicitly put it in the command. I’ll try to see if I can redefine it in my yml. Thanks for the help!!