import Snowflake integers as integers

Snowflake stores integers as type number -- see e.g. https://docs.snowflake.com/en/sql-reference/data-types-numeric#int-integer-bigint-smallint-tinyint-byteint . So when Domo imports them, it considers them to be of Domo's number type rather than Domo's integer type. Domo should be smarter: if it sees a number(38,0) (or number(n,0) for any n) column to be imported, it should import it as an integer.

Tagged:
1
1 votes