Fix Snowflake destination normalization to accept any date-time format. #5713
Labels
area/connectors
Connector related issues
connectors/destination/snowflake
connectors/destinations-warehouse
normalization
implementation hints
You can probably do this without being completely blocked on the acceptance test piece above.
date
anddate-time
formats and those accepted by Snowflake for theTIMESTAMP
typeCASE
statement which converts ISO8601 date-time formats not supported by Snowflake into a format that is supported (usually you'll need to add:
or something similar, the value of the date fundamentally should not change, it should only be a format change). If it helps, use the snowflake login in lastpass to iterate on this statement in the snowflake UI until you get this statement right.The text was updated successfully, but these errors were encountered: