SNOW-889293: Support json_serializer
and json_deserializer
engine/dialect paremeters
#433
Labels
json_serializer
and json_deserializer
engine/dialect paremeters
#433
What is the current behavior?
These parameters are not supported, causing engine creation which should work for a generic SQLAlchemy database, to fail:
What is the desired behavior?
That these parameters are supported, given they are supported in all built-in SQLAlchemy dialects.
How would this improve
snowflake-connector-python
?Not in any way, AFAICT.
References, Other Background
This should be as simple as overriding the constructor of
SnowflakeDialect
:I can start working on a PR if the maintainers are interested.
See
The text was updated successfully, but these errors were encountered: