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

add reader_params #216

Merged
merged 6 commits into from Jan 23, 2018
Merged

add reader_params #216

merged 6 commits into from Jan 23, 2018

Conversation

jsh2134
Copy link
Contributor

@jsh2134 jsh2134 commented Dec 20, 2017

fixes #214

@jsh2134
Copy link
Contributor Author

jsh2134 commented Dec 20, 2017

actually will not support this right now since the reader_params can just be sent with the DatasetImport

@jsh2134 jsh2134 closed this Dec 20, 2017
@jsh2134
Copy link
Contributor Author

jsh2134 commented Jan 11, 2018

actually this may not be the case. this needs to be confirmed.

@jsh2134 jsh2134 reopened this Jan 23, 2018
@jsh2134 jsh2134 requested a review from davecap January 23, 2018 21:16
@jsh2134
Copy link
Contributor Author

jsh2134 commented Jan 23, 2018

ready for review. API now correctly supports all the manifest parameters, supports pulling them from DatasetImport if not defined in the manifest AND supports overriding them per file in the manifest should someone have a case where they want to do that.

'md5': kwargs.get('md5'),
'base64_md5': kwargs.get('base64_md5')
})
manifest_item = dict(url=url)
Copy link
Member

@davecap davecap Jan 23, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor point but dict(url=url, **kwargs) should work

@jsh2134 jsh2134 merged commit 04105ec into master Jan 23, 2018
@davecap davecap deleted the f-add-reader-params branch February 1, 2018 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Manifest] Add reader_params to add_url
2 participants