Anže
10/29/2024, 11:24 AMprefect deployment run
shell command from the scheduled flow, but this doesn't feel like the right way. Is there a way to use Python code to push the nested flows into their container?Anže
10/29/2024, 2:20 PMrun_deployment
with timeout=0
from the Python SDK to achieve what I was trying to do from Python code.Bianca Hoch
10/29/2024, 8:32 PMAnže
10/30/2024, 4:01 PMprefect_test_harness
manager the test will fail because the deployment that I am running in the application code does not exist. Is there a recommended/easy way to set up the deployments for testing? The docs don't seem to cover this edge case 😞