[BUG] nested dynamic won't bind pydantic models or dictionaries as inputs #5473
Labels
backlogged
For internal use. Reserved for contributor team workflow.
bug
Something isn't working
Epic: dataclass
flytekit
FlyteKit Python related issue
Describe the bug
if a nested dynamic task has a pydantic model or dict as an input it won't bind to the task
The error when using pydantic is:
When transform pydantic model into a dict the error is:
Expected behavior
Pydantic models and dictionaries bind properly to the nested dynamic task
Additional context to reproduce
Pydantic:
Dict:
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: