Hey guys! So I'm doing a poc on prefect and databa...
# ask-community
a
Hey guys! So I'm doing a poc on prefect and database migrations. Was wondering if we can execute the flow code written in python but stored in github instead of storing it on a local hosted server? I can see there are block integrations in prefect which can interact with 3rd party applications and GitHub is one of them. So wanted to know how to go about it? Do i create 1 local flow which will do nothing but download the latest actual py code from git whenever it runs and do i execute the newly downloaded one? Or is there any other way?