You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Timezone was moved out from type definition to keyword 'with_time_zone' it can be True (if with time zone) or False (if without)
🔍 BigQuery:
Previously Range in RANGE_BUCKETS was parsed as a columns, now this behaviour is changed and
range placed in own keyword - 'range' (can be array or str).
Also for all ``*_TRUNC PARTITIONS` like DATETIME_TRUNC, TIMESTAMP_TRUNC, etc, second argument moved to arg 'trunc_by'
Improvements
🐘 PostgreSQL:
Added support for PostgreSQL with / without time zone - #250
🔍 BigQuery:
Added support for GENERATE_ARRAY in RANGE_BUCKETS #183