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

Describe rules for schema versioning #27

Open
dalito opened this issue Dec 5, 2024 · 2 comments
Open

Describe rules for schema versioning #27

dalito opened this issue Dec 5, 2024 · 2 comments
Milestone

Comments

@dalito
Copy link
Member

dalito commented Dec 5, 2024

HCA schema versioning guidelines could serve as example.

@markdoerr
Copy link

Yes, the HCA versioning provides a good template - from what I see, we could copy it 1:1

@dalito
Copy link
Member Author

dalito commented Dec 13, 2024

SchemaVer proposed in a snowplow blog post also matches with the HCA scheme and is also adapted by openlinaeage.

SchemaVer: Given a version number MODEL-REVISION-ADDITION, increment the:

  • MODEL when you make a breaking schema change which will prevent interaction with any historical data
  • REVISION when you make a schema change which may prevent interaction with some historical data
  • ADDITION when you make a schema change that is compatible with all historical data

@dalito dalito added this to the 1.0.0 milestone Dec 19, 2024
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

No branches or pull requests

2 participants