pub fn to_fivetran_type(
    ty: Type
) -> Result<(DataType, Option<DecimalParams>), OpError>
Expand description

Converts a Postgres data type, to one supported by the Fivetran SDK.