destinations.type_mapping
TypeMapper Objects
class TypeMapper()
sct_to_unbound_dbt
Data types without precision or scale specified (e.g. "text": "varchar"
in postgres)
sct_to_dbt
Data types that require a precision or scale (e.g. "text": "varchar(%i)"
or "decimal": "numeric(%i,%i)"
in postgres).
Values should have printf placeholders for precision (and scale if applicable)