-
Notifications
You must be signed in to change notification settings - Fork 16
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
Restructure code, Data Package 2.0, Documentation Site, etc. #84
Restructure code, Data Package 2.0, Documentation Site, etc. #84
Conversation
Test changing the id type
From what I can see, it looks good. As a test, I'd like to run the workflows. Something like: |
I think the idea was that people could define what types the |
Yes, that makes sense. Thank you. Maybe we can create two versions of the template SQLite database, one with INT keys and the other with TEXT keys. |
Update Spec Documentation
Fix free_speed description
Update Spec Documentation
I did a little test, and all seems to be well. Diego, I'm ok with merging if you feel it is ready. Thanks. |
Sorry for the big pull request! This request has a few changes, including:
fieldsMatch
entry to allow for end-users to have additional columns (eg. for relevant notes), clarify that every resource is a table, and add$schema
(which replacesprofile
), and changes the enum constraints to use the newcategories
field (this makes the documentation easier to read, but changes the DB's schema from usingVARCHAR
toTEXT
, so feedback on whether I should change this back would be appreciated)frictionless-py
package is updated soon to take advantage of the new features, but for right now, everything is (mostly) backwards compatible.missingValues
field for every table, mainly for CSV processors to recognize that an empty column is a null value.id_type
entry in theconfig
table, that must either be"string"
or"integer"
. This would tell any software using GMNS how to interpret the id fields in other tables.Let me know if there are any issues with this or if anyone wants any changes.