You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DB pipeline broke because of a case where I accidentally made a realtime feed's static reference another realtime feed. It broke the location ID, and seemed to block the entire pipeline process.
Proposed solution
Check that a static reference has a data type of gtfs and not gtfs_rt
Alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the problem
The DB pipeline broke because of a case where I accidentally made a realtime feed's static reference another realtime feed. It broke the location ID, and seemed to block the entire pipeline process.
Proposed solution
Check that a static reference has a data type of
gtfs
and notgtfs_rt
Alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: