transitmatters / data-ingestion

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

Increase lookback days on `extended_trip_metrics` ingestion #94

Closed idreyn closed 6 months ago

idreyn commented 6 months ago

It looks like the DeliveredTripMetricsExtended table isn't being written to by the early-morning lambda assigned to it. But it does run fine locally whenever I try it.

My thought is that we might just not have the upstream travel times data when the lambda runs? So I'm increasing the lookback to 7 days in the hope that we'll catch whatever data we missed on the subsequent day(s).