Are there any limits on what types can be parameters for a flow (or subflow)? I am trying to pass a pandas dataframe from one flow to another, and I get a pydantic error
RuntimeError: no validator found for <class 'pandas.core.frame.DataFrame'>
, so I tried to use
validate_parameters=False
in the flow annotation, but it made no difference. What am I doing wrong?
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.