Skip to main content

Community

Connector Improvement: Add mechanism of data mapping customization

Please sign in to leave a comment.

Comments

1 comment

    Could we also add a Customisation to Oracle connector for Oracle to Snowflake data type mapping where an Oracle Date is mapped to a Snowflake Date. 

    The problem is that an Oracle Date does not just use it’s 7 bytes to store a calendar date, because those bytes are used to store century, decade, year, month, day, hour, minute and seconds. Snowflake supports a single DATE data type for storing dates (with no time elements) and Timestamp which include times up to nanoseconds. FiveTran converts Oracle Dates to both Timestamp & Date depending on the source values  which means migrated ETL needs to be changed accordingly. Can this mapping be customisable so that all Oracle dates are converted to Snowflake Timestamps