Joe
09/29/2022, 7:39 PMDeployment.build_from_flow
requires a .prefectignore
file? Currently have all of those flows in a pip installable python module, would be nice to be able to override that rather than need to skip upload in the build, and then separate calls to apply()
and upload_to_storage(...)
.Anna Geller
09/29/2022, 11:33 PMJoe
09/30/2022, 4:51 PMbuild_from_flow
. If you work through the tutorial at https://docs.prefect.io/tutorials/deployments/#deployment-creation-with-python but don't bother doing the CLI - the file doesn't exist in the directory and isn't mentioned as a requirement - the prefect deployment build
command auto-generates the file where the python api does not.