pankaj_saini
02/12/2021, 4:02 PMmeltano invoke dbt ... . But is there a way this can be managed under schedules in meltano.yml file? Or is there a plan to add this in future? It would be nice to be able to schedule DBT models independent of export and load, but still using a common way of managing/creating schedules.douwe_maan
02/12/2021, 4:35 PMmeltano elt <extractor> <loader> [--transform=run] as meltano run [<plugin>...] , e.g. meltano run tap-foo target-bar dbt , where a pipeline could be composed of any number of plugins, including just one: meltano run dbt or meltano run dbt:snapshot . Then schedules would also be built on top of meltano run and support what you're looking for.
Please create an issue so we can discuss this some more!pankaj_saini
02/12/2021, 5:16 PMdouwe_maan
02/13/2021, 12:11 AMmeltano run : https://gitlab.com/meltano/meltano/-/issues/2301pankaj_saini
02/16/2021, 4:38 PMdouwe_maan
02/16/2021, 4:39 PM