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

Support table.$schema #223

Open
11 tasks
peterdesmet opened this issue Jul 3, 2024 · 0 comments
Open
11 tasks

Support table.$schema #223

peterdesmet opened this issue Jul 3, 2024 · 0 comments
Labels
complexity:high Likely complex to implement datapackage:v2 function:read_resource Function read_resource() function:write_package Function write_package()

Comments

@peterdesmet
Copy link
Member

peterdesmet commented Jul 3, 2024

CHANGELOG: https://datapackage.org/overview/changelog/#schemaschema-new

  • Requires Create version() function #225
  • Check $schema
    • If not provided, assume v1
    • If no profile, assume v1
    • If v1: investigate what effect is (many new features not supported)
    • If v2: interpret new properties
    • If v2+: warn that it may not understand all properties
  • Implement
  • Update documentation
  • Update tests
  • Update examples
@peterdesmet peterdesmet added function:read_resource Function read_resource() function:write_package Function write_package() datapackage:v2 complexity:high Likely complex to implement labels Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complexity:high Likely complex to implement datapackage:v2 function:read_resource Function read_resource() function:write_package Function write_package()
Projects
None yet
Development

No branches or pull requests

1 participant