pub fn to_materialize_type(ty: DataType) -> Result<&'static str, OpError>
Expand description

Converts a type defined in the Fivetran SDK to the name of one that Materialize supports.

Errors if Materialize doesn’t support the data type.