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

fix(stopTimes): Fixed stop_times upload_or_create_chunk #43

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

Mrtn-fa
Copy link

@Mrtn-fa Mrtn-fa commented Dec 27, 2024

📚 Context

Belize is having trouble uploading its GTFS file. Particularly, the stop times file is having a KeyError, caused by the update_or_create_chunk method. Here, the trip and/or stop ids doesn't match with the current stop time entry.

📝 Changes

  • Added Try Except when a trip's or stop's id doesn't match with the current Stop Time
  • Fixed Dockerfile syntax

🔍Testing

  • N/A

📝Pending/Future Work

This is a hotfix for solving only Belize's GTFS problem. But other GTFS files (like DTPM's) are failing in another files. So, this greater problem must be corrected in another Issue.

@Mrtn-fa Mrtn-fa requested review from a team, Cotorrra, joelriquelme and DiegoTGJ and removed request for a team and joelriquelme December 27, 2024 16:24
Copy link
Collaborator

@DiegoTGJ DiegoTGJ left a comment

Choose a reason for hiding this comment

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

Faltan tests

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.

2 participants