michael_cooper
04/26/2021, 8:44 PMaaronsteers
04/26/2021, 10:02 PMdbt cloud
is just a friendly web gui hosted by Fishtown Analytics. The dbt cloud site is compatible with any dbt project, including Meltano dbt projects. So, to answer your question, technically, Meltano triggers the dbt command line tool and (assuming it's using the same profile and config), it's output will be identical to what is you'd run in dbt cloud. Meltano handles the install of dbt as well as the execution of your transforms. There are some out of box dbt transforms that Meltano will download for you automatically but most people end up working their own in the form of sql files that live inside the Meltano project folder.
Does that answer your question? :)michael_cooper
04/26/2021, 10:42 PMmeltano install
aaronsteers
04/26/2021, 10:48 PMbrett
04/28/2021, 7:08 PMI guess what I'm trying to get at is if I change a model or whatnot in dbt cloud, will the changes be reflected with every transformation, or will the changes only happen when I update the container running Meltano?Sorry for the dumb question, but what is the relationship between dbt Cloud and Meltano? i.e. what are you changing in dbt Cloud and why are you using both dbt Cloud and Meltano?