-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Description
Description
Use JSON schema hints to determine the appropriate integer column type.
It's not currently supported. It can be done by updating this line:
target-postgres/target_postgres/connector.py
Line 263 in edbfad7
to_sql.register_type_handler("integer", BIGINT)
to use a function that checks for certain JSON schema metadata to decide what type of int column to return. I'll log an issue in the GH repo later, unless you beat me to it.
Links:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done