-
Notifications
You must be signed in to change notification settings - Fork 0
get_hapi_metadata, get_hapi_results now return dictionaries #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
Conversation
@mcarans Thanks so much for implementing this. However I'm not quite getting exactly the output that you've quoted ablove. For example, in this branch when I print the output of
(and there is also an "admintwo" key in the results) Namely, the output of |
…ource_metadata alongside headers and values under a particular admin level
@turnerm get_hapi_metadata returns something like this:
get_hapi_results returns something like:
|
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 for making this change!
get_hapi_results now returns a dictionary that looks like what is below. The
results
dictionary for the hapi-pipelines would have keysadminone
andadmintwo
(the names passed to_create_configurable_scrapers
inpipelines.py
).