CI fails with error: ValueError: time data 'latest' does not match format '%Y%m%d'
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 11
- Forks
- 6
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 4
Description
FAILED tests/test_updaters.py::test_end_to_end - ValueError: time data 'latest' does not match format '%Y%m%d'
it looks like some external data changed, but this breaks CI for unrelated changes.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running tests/test_updaters.py::test_end_to_end and inspect the updater path that parses the external data value latest. Compare the current data with the expected %Y%m%d format and determine the appropriate handling for the changed value. Done means the end-to-end test passes reliably in CI without breaking unrelated changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-engineering, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100