Perhaps I'm reading this wrong, but <https://docs....
# troubleshooting
j
Perhaps I'm reading this wrong, but https://docs.meltano.com/guide/transformation#transform-in-your-elt-pipeline implies that only models in the same namespace should be executed. e.g.
/transform/models/tap_gitlab/
but me for this is not the case. All models are executed. is it necessary to manually specify
DBT_MODELS
to limit the model selection?
a
If I'm reading it correctly, this section of the docs is under a deprecation warning header. Apologies though, I think we could be a lot more clear about this. https://docs.meltano.com/guide/transformation#working-with-transform-plugins @Sven Balnojan, @taylor, @amanda.folson, what do think of us moving this into another page entirely, with the deprecation note at the top of the page?
j
I see. So I should ignore this bit. Thanks for the clarification.
s
@jonas_kalderstam This section describes dbt-packages and the "transform mechanism of meltano" which can be used to utilize them. If you want to use the dbt-package, you can also simply install the dbt-package into your dbt project. @aaronsteers yes I think we should do something about that page, possibly moving it to a "soon to be deprecated functionality" space to make this clear.