Hi, Im using the dbt integration, specifically DBTTest and have a dependency on an external package. As for as I could see, I don’t think the integration supports that. Typically we install this with
dbt deps
, but Im wondering what the best approach is with a Flyte workflow. Should I add it to the Dockerfile? Or rather in a task pre-execution function, or somewhere else?
t
thankful-minister-83577
07/19/2023, 10:56 PM
do you mean you need to trigger an import in python?
thankful-minister-83577
07/19/2023, 10:57 PM
or just that it’s installed in the virtualenv at execution time?
s
shy-evening-51366
07/20/2023, 6:13 AM
No it’s not a Python package, but rather a dbt package. I think it would be nice to integrate this into the Dbt integration, is there contact information somewhere for who maintains the integrations? I will see if I can add it.