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

Merged
merged 1 commit into from
Nov 8, 2024

Commits on Nov 7, 2024

  1. Fix for _schema_version overriding non-object entity data

    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.
    istreeter committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    c2a0f22 View commit details
    Browse the repository at this point in the history