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

Replace Pelican with Cardinal in pipeline (and make detailed coverage available) #291

Open
jpmckinney opened this issue Jun 8, 2023 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@jpmckinney
Copy link
Member

jpmckinney commented Jun 8, 2023

We are only using Pelican for field coverage, for which Cardinal is much faster.

We can store the output as part of the job, and make it available as part of the API in #268. We can also consider designing a report for the dataset's page, where a user can opt to view the detailed coverage.

We can then also use the output to either report:

  • fields related to priority use cases, e.g. gender and sustainability (SPP)
  • supported indicators (e.g. like in the usability notebooks)
@jpmckinney jpmckinney added the enhancement New feature or request label Jun 8, 2023
@jpmckinney
Copy link
Member Author

jpmckinney commented Jun 8, 2023

Edit: Moved tangential comment to #292

@jpmckinney jpmckinney added this to the Priority milestone Feb 8, 2024
@jpmckinney jpmckinney changed the title Replace Pelican with Cardinal in pipeline Replace Pelican with Cardinal in pipeline (and make detailed coverage available) Feb 20, 2024
@jpmckinney
Copy link
Member Author

jpmckinney commented Apr 9, 2024

From Pelican we get field counts and also some collection metadata. We can get the latter via an HTTP request to Kingfisher Process in the Process task's get_status method (once is_last_completed is true): open-contracting/kingfisher-process#421

@jpmckinney
Copy link
Member Author

jpmckinney commented Apr 19, 2024

  • Remove consume_exception=True from the request() call in in task/process.py, because it will no longer perform a presence check
  • Eliminate parse_date, as Kingfisher Process returns dates in a normal format

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant