Improve create_pydantic_model
for multidimensional arrays
#938
Labels
enhancement
New feature or request
create_pydantic_model
for multidimensional arrays
#938
If we have a table like this:
We want the Pydantic type to be:
Currently it doesn't take multidimensional arrays fully into account - and will output something like
list[list]
.The text was updated successfully, but these errors were encountered: