-
Notifications
You must be signed in to change notification settings - Fork 11
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
Create a v2 example_package()
#258
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
Depends if you want to try yourself. :-) The guiding document is https://datapackage.org/overview/changelog/ |
I will try! :-) |
@peterdesmet Not sure, does |
Yes please, since self-referencing is simpler now. |
…ata/frictionless-r into v2-example_package
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! This will be very useful for tests.
I have updated example_package()
to just default to reading from v1 when an unsupported version is supplied, rather than giving an error. This is a little bit less informative to users, but I plan to have print()
return the version as found in datapackage.json
+ we don't have to update supported_versions
in different places.
fix #249