Hi all,
I have some code in a python package that I want to run as part of a prefect job. Our CI builds the wheel and pushes it to artifactory.
Could anyone point me to an example of a Prefect deployment that
• fetches a wheel from artifactory
• runs a component of it (e.g. as if i were to run python -m mypackage.myfun)
Many thanks!