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(...).Joe
09/29/2022, 7:40 PMJoe
09/29/2022, 7:41 PMAnna Geller
Joe
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.Joe
09/30/2022, 4:58 PM