Alex Litvinov
08/20/2023, 6:46 AMAttributeError: 'Flow' object has no attribute 'retry_delay_seconds'
when I run it from the UI with a "Quick run" option.
And if I choose a custom run and set the retry delay (that's theoretically optional) I get
AttributeError: 'Flow' object has no attribute 'version'
Jenny
08/20/2023, 5:23 PMprefect version
?)
2. Where do you see the "AttributeError" message? Is it in the logs from your flow run? Or elsewhere?
3. What happens if you run from the cli using prefect deployment run '<flow-name>/<deployment-name>'
4. How are you creating your deployment? (Are you using the prefect deploy command
or prefect deployment build
or the python method?)
5. Is it at all possible your flow or deployment was created during the maintenance period? What happens when you try to redeploy and run it?Alex Litvinov
08/27/2023, 6:39 PMJenny
08/28/2023, 12:01 PM