TrainLCD / StationAPI

🤖 The gRPC-Web API for provides nearby japanese train station.
MIT License
4 stars 2 forks source link

種別データ等で紐付けができないデータが存在するか機械的にチェックする #1009

Closed TinyKitten closed 3 days ago

TinyKitten commented 4 days ago

種別データに存在しない駅IDが入っていてマイグレがdevマージ後にコケたという事例( https://github.com/TrainLCD/StationAPI/pull/1008 )があるのでCIでデータの整合性を事前にチェックしたい

今回の種別データに不正な駅IDが混入した件は 3!stations.csv に存在しないIDが 5!station_station_types.csv の中に存在しないか機械的にチェックされていればdevマージ前に気づけたはず