DalgoT4D / prefect-proxy

GNU Affero General Public License v3.0
1 stars 7 forks source link

prefect webhook thinks flow_run has a "status" field #126

Closed fatchat closed 4 months ago

fatchat commented 4 months ago

the webhook hit by prefect is expected a status field in the flow_run it requests

prefect's flow_runs don't contain this field, we create it when fetching flow_runs for a deployment

we need to create it whenever we fetch flow_runs i.e.