Krystal
05/15/2024, 9:43 AMValidation of flow parameters failed with error:
Traceback (most recent call last):
File "/home/venvs/.venv/lib/python3.11/site-packages/prefect/engine.py", line 452, in retrieve_flow_then_begin_flow_run
parameters = flow.validate_parameters(flow_run.parameters)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/venvs/.venv/lib/python3.11/site-packages/prefect/flows.py", line 555, in validate_parameters
raise ParameterTypeError.from_validation_error(exc) from None
prefect.exceptions.ParameterTypeError: Flow run received invalid parameters:
- config: field required
Marvin
05/15/2024, 9:44 AMKrystal
05/15/2024, 10:10 AM{}
, regardless having default values. I have tried with no pydantic model and just args for the input, and that works fine with default values. Is this a bug that's introduced or am I doing something wrong?