Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. Part 1: Getting Started with Snowflake Data Cloud Connector
  3. Part 2: Data Integration with Snowflake Data Cloud Connector
  4. Part 3: SQL ELT with Snowflake Data Cloud Connector
  5. Appendix A: Data type reference
  6. Appendix B: Additional runtime configurations
  7. Appendix C: Troubleshooting

Snowflake Data Cloud Connector

Snowflake Data Cloud Connector

Snowflake Data Cloud and transformation data types

Snowflake Data Cloud and transformation data types

The following table lists the Snowflake data types that Data Integration supports and the corresponding transformation data types:
Snowflake Data Cloud Data Type
Transformation Data Type
Range and Description
Binary (Varbinary)
binary
Maximum value: 8,388,60
Default value is 8,388,60.
Boolean
string
A Boolean attribute.
Date
datetime
Date and time values.
Float (Double, Double precision, Real, Float, Float4, Float8)
double
Floating point numbers with double-precision (64 bit).
Maximum value: 1.7976931348623158e+307
Minimum value: -1.79769313486231E+307
Number (Decimal, Numeric)
decimal
Number with 28-bit precision and scale for mappings.
NUMBER (Int, Integer, Bigint, Smallint, Tinyint, Byteint)
decimal
Number with 28-bit precision and scale as 0.
Maximum value: 9.99999999999999E+27
Minimum value: -9.99999999999999E+26
Time
datetime
Date and time values.
Timestamp_LTZ
datetime
Date and time values.
Timestamp_NTZ (Timestamp_NTZ, datetime)
datetime
Date and time values.
Timestamp_TZ
datetime
Date and time values.
Varchar (Char, Character, String, Text)
string
Maximum value: 16,777,216
You can increase the maximum precision value to 104,857,600.
For more information about how to increase the maximum precision value, see the
VARCHAR_MAX_PRECISION
parameter in JDBC URL parameters.

0 COMMENTS

We’d like to hear from you!