snowplow / iglu-central

Contains all JSON Schemas, Avros and Thrifts for Iglu Central
http://iglucentral.com
Apache License 2.0
118 stars 114 forks source link

Add com.snowplowanalytics.snowplow/browser_context/jsonschema/2-0-0 #1343

Closed igneel64 closed 1 year ago

igneel64 commented 1 year ago

Fix the deviceMemory type for lower end devices. Thanks @dumkydewilde for raising the issue and initial contribution.

close #1330

miike commented 1 year ago

This will be a breaking change due to the data type from integer => float / double. Technically in Snowflake / BigQuery this is less of an issue (as this creates new columns0 but in Redshift the loader won't mutate the type of the column so this will need to be bumped to 2-0-0.

adatzer commented 1 year ago

Rebased and merged into release/r148. Closing.