-
Notifications
You must be signed in to change notification settings - Fork 23
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
Project/Dataset export import API alignment #446
Project/Dataset export import API alignment #446
Conversation
Signed-off-by: Igor Davidyuk <[email protected]>
Signed-off-by: Igor Davidyuk <[email protected]>
Signed-off-by: Igor Davidyuk <[email protected]>
Signed-off-by: Igor Davidyuk <[email protected]>
Signed-off-by: Igor Davidyuk <[email protected]>
Signed-off-by: Igor Davidyuk <[email protected]>
Signed-off-by: Igor Davidyuk <[email protected]>
Signed-off-by: Igor Davidyuk <[email protected]>
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.
Great work, thanks a lot!
Aside from a couple of minor remarks, one thing I'm still missing is the documentation for the new methods. I'm not sure what the best place to add this is, but I'd like to see a short list of the methods we have now for up/download, along with a short description. I think having an overview like that somewhere would help users to select the method appropriate for their use case.
Maybe we can add it to the import/export module init? That way it should be easy to include it in the sphinx documentation as well.
Co-authored-by: Ludo Cornelissen <[email protected]>
Signed-off-by: Igor Davidyuk <[email protected]>
Signed-off-by: Igor Davidyuk <[email protected]>
The IE module does not expose these methods. Instead, I added the description for all the methods to the |
Signed-off-by: Igor Davidyuk <[email protected]>
Signed-off-by: Igor Davidyuk <[email protected]>
Introduce methods for importing and exporting project and dataset snapshots following the web UI functionality.