benjamin_mitzkus
09/29/2022, 1:29 PMjobs:
- name: data-pipeline
tasks:
- some-tap some-target
- dbt:test --select sources:*
- dbt:run
- dbt:test --exclude sources:*
but it seems that command arguments (like -s sources:*) are interpreted as additional blocks. Is there any way to allow command args in jobs?Will Da Silva (Arch)
09/29/2022, 1:31 PMpat_nadolny
09/29/2022, 1:31 PMbenjamin_mitzkus
09/29/2022, 1:33 PMWill Da Silva (Arch)
09/29/2022, 1:34 PMStéphane Burwash
09/29/2022, 1:40 PMpat_nadolny
09/29/2022, 2:14 PMtaylor
09/29/2022, 2:48 PMflorian.hines
09/29/2022, 3:16 PMselects automatically get included when something like dbt-bigquery test is called... when certain conditions are present during invocation. Since we're wrapping dbt in another layer and doing things like pre-invoking things - this seems like a pretty natural fit for that. Start making the extension smarter ?taylor
09/29/2022, 3:40 PMdbt:test --select sources:* act as an âephemeralâ plugin command. but maybe Iâm being silly.
but yeah, making the extension smarter could work tooflorian.hines
09/29/2022, 3:44 PMact as an âephemeralâ plugin commandAs in having a meltano yaml commands entry - only jobs creates that entry on the fly for the invocation of that task ?
florian.hines
09/29/2022, 3:45 PMtaylor
09/29/2022, 3:50 PMflorian.hines
09/29/2022, 3:52 PMmeltano runflorian.hines
09/29/2022, 3:54 PMmeltano run $THE_JOB_NAMEtaylor
09/29/2022, 3:57 PMflorian.hines
09/29/2022, 3:58 PMtaylor
09/29/2022, 4:00 PMtaylor
09/29/2022, 8:26 PMStéphane Burwash
09/29/2022, 8:29 PMtaylor
09/29/2022, 8:33 PMtaylor
09/29/2022, 8:33 PMStéphane Burwash
09/29/2022, 8:34 PMtaylor
09/29/2022, 8:35 PMtaylor
09/29/2022, 8:35 PMStéphane Burwash
09/29/2022, 8:44 PMvisch
10/05/2022, 4:11 PMmeltano invoke dbt:run -m test_models* but yeah doesn't work with run