Greetings everyone, I am currently using prefer se...
# prefect-server
a
Greetings everyone, I am currently using prefer server deployed on kubernetes with gitlab storage. I want to push some modular code on git and import custom functions in my prefect script but seems like there are issues in the execution. Can anyone guide with an example or something as to how can i write a script that contains a prefect flow and import custom functions from other files in the script.
a
This repo and specifically this flow shows an example how you can package your code dependencies into a Docker container, push it to some container registry such as AWS ECR and then use it with your
KubernetesRun
run config and GitHub/Gitlab storage. Also, this blog post and this one may help. If you have some specific questions after checking those examples, LMK