transitmatters / data-ingestion

Crontab for data ingestion/processing on AWS Lambda
MIT License
2 stars 2 forks source link

Bug: populate tables fails due to missing key #59

Closed rudiejd closed 6 months ago

rudiejd commented 7 months ago

Expected behavior: I should be able to call the populate_delivered_trip_metrics function and have data for each line populated.

Current behavior: When calling populate_delivered_trip_metrics, I get a KeyError on route because the the excluding_terminals route property does not populate that value. image