Anyone able to get meltano plugins for dagster and...
# plugins-general
a
Anyone able to get meltano plugins for dagster and dbt running together? My end goal is a single dagster instance where I can see meltano jobs, and also dbt dags. I don't necessarily want to drive
dbt run
off a meltano job (yet 🙂 ) I feel like I am missing something, here are the steps I followed. 1. Install meltano at top level 2.
meltano add utility dagster
3.
meltano add utility dbt
Then at that stage, I need to add the
dagster_dbt
plugin to get dagster to pick up the dbt project. How can I do this given meltano will invoke dbt and dagster in different isolated environments?