-
Notifications
You must be signed in to change notification settings - Fork 8
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
add command to add resources to push list #12
Comments
Are you already working on this? How would this work? Q1: are there specific functions that, given a Package object, let us add a Resource object without accessing datapackage.json file? Additionally, can we make this changes permanent? Q2: what happens if I would like to add a Resource that will be hosted on CKAN storage but it is not yet hosted? |
Ok I explored dpm a bit more. update: and I also am a GitHub noob :) |
I have got a spec for this in progress and some it partially implemented. A lot of this revolves around .dpm and state info stored in there. |
Ok, I'll let you focus on this then |
Love to have your feedback on this once have a first pass. |
New command
For use in source packages to add a local path (e.g. data/mycsv.csv) to the list of resources to push.
The text was updated successfully, but these errors were encountered: