I use Bitbucket Storage for my flow. Does anyone knows the local agent will download all file .py (my own function lib) or only the file defined this flow, when i run flow by local agent. thx
k
Kevin Kho
09/15/2021, 4:36 PM
Hey @Qin XIA, it does not for all of the Git based storages. You likely need to package them up in a Python module and install it in Docker. I have a tutorial for that if you need it
Kevin Kho
09/15/2021, 4:39 PM
In case you need it . But yeah you’ll need Docker storage for that