Hey folks, Does anyone tried using dbt in flyte wo...
# ask-the-community
s
Hey folks, Does anyone tried using dbt in flyte workflow ? I am trying a use case to run flyte dbt workflow with dbt plugins? Is there a way to cache the pods directories when you run dbt deps in one step and therefore I no need to run in downstream pods for the build, test and freshness tasks (pods) ? Also checking this as an idea 💡 https://docs.getdbt.com/reference/programmatic-invocations ? Is flyte plugins is developed on top of this ?
k
It is not built on this please feel free to propose a change
s
Thank you Ketan!
How can I cache the result from previous pod (task) to the next task ?
Because, in this case its a target directory having compiled packages installed, compiled SQL and artefacts of dbt.
k
Just enable caching
It will auto cache
s
Let me try that, thanks Ketan!