Can someone please tell me what I need to do if I want to use dbt to create the docs? In vanilla dbt it would be
dbt docs serve
but in meltano I can't use it like this:
meltano invoke dbt:docs serve
p
pat_nadolny
04/14/2022, 11:47 AM
@nino_mueller you should be able to just remove the colon. Without the colon you're able to call dbt directly with arguments too. Docs commands should probably be defined in Meltano, if you want you can create a GitLab issue to get it added!