Closed
Description
In Q4 2021, trip-to-trip and route-to-route transfers were added to the specification (PR#284).
The validator needs to be updated with 4 additional optional fields in transfers.txt:
from_trip_id
- Foreign key referencingtrips.trip_id
to_trip_id
- Foreign key referencingtrips.trip_id
from_route_id
- Foreign key referencingroutes.route_id
to_route_id
- Foreign key referencingroutes.route_id
No additional rules need to be added.
Definition of done:
- the ForeignKeyViolationNotice is triggered if these fields are referencing a value that doesn't exist.
- the UnknownColumnNotice is not triggered by these four fields.