@Marvin I have a self hosted Prefect server and a deployment.py file that uses the from_source with a Github block, it then deploys a flow to a
Prefect Agent worker pool
.
When the flow runs, it complains that boto3 isn't available as my flow requires it. How can I configure the deployment to also install package dependencies? I could use a docker image with the dependencies, but is there any other quick way to ensure pip dependencies are deployed when it pulls down the source code from Github?
James
03/07/2024, 2:49 AM
Nevermind, realised the simplest way to solve this is to just install the packages on the remote server. But agree a better way is to utilise docker images and use the docker worker pool type.
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.