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

Save schema version in archival data #16

Open
stephen-soltesz opened this issue Feb 21, 2020 · 1 comment
Open

Save schema version in archival data #16

stephen-soltesz opened this issue Feb 21, 2020 · 1 comment

Comments

@stephen-soltesz
Copy link
Contributor

For example:

{
    "Version": "1",
}

This can help guard against future incompatible changes by making discovery easy in the parser.

@gfr10598
Copy link

gfr10598 commented Mar 2, 2020

If this is the first field, then we can do a partial json decoding to identify the schema for the remaining fields.

@pboothe pboothe added P0 and removed P1 labels May 4, 2020
@pboothe pboothe self-assigned this May 4, 2020
@pboothe pboothe added the current label May 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants