Closed treysp closed 2 days ago
Pydantic v2 or above errors when a value is passed to the conn_properties connection key:
conn_properties
TypeError: cannot pickle 'pydantic_core._pydantic_core.SerializationIterator' object
This PR updates the type from iterable to list, fixing this issue and matching the pymssql typing.
FYI @treysp the failing test is probably flaky, see https://github.com/TobikoData/sqlmesh/pull/3404
Pydantic v2 or above errors when a value is passed to the
conn_properties
connection key:This PR updates the type from iterable to list, fixing this issue and matching the pymssql typing.