Snowflake to Google BigQuery mapping

AutoSync maps Snowflake data types to the following Google BigQuery types:

Snowflake data type Google BigQuery data type
sl_timestamp TIMESTAMP
number NUMERIC
float FLOAT64
varchar STRING
binary BYTES
boolean BOOL
date DATE
time TIME
timestamp_ntz TIMESTAMP
timestamp_ltz TIMESTAMP
timestamp_tz TIMESTAMP
variant STRING
object JSON
array STRING
geography STRING
geometry STRING