Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for _schema_version overriding non-object entity data #97

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

istreeter
Copy link
Contributor

We recommend that Snowplow entities should be JSON objects only. But technically it is possible for them to be something else, e.g. a JSON array.

Before this fix, we accidentally erased the original value if a context was not a JSON object. The bug only affected unstructed destinations, e.g. the Snowflake loader.

The fix was implented in snowplow/snowplow-scala-analytics-sdk#137 and is imported here.

We recommend that Snowplow entities should be JSON *objects* only. But
technically it is possible for them to be something else, e.g. a JSON
array.

Before this fix, we accidentally erased the original value if a context
was not a JSON object. The bug only affected unstructed destinations,
e.g. the Snowflake loader.

The fix was implented in snowplow/snowplow-scala-analytics-sdk#137 and
is imported here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant