pelias / openaddresses

Pelias import pipeline for OpenAddresses.
MIT License
51 stars 43 forks source link

gnaf: silence gnaf mapper warning when ID field is undefined #505

Closed missinglink closed 2 years ago

missinglink commented 2 years ago

as reported in Gitter, a warning is emitted when the source data doesn't have a valid ID column. I thought this was impossible, apparently not.

good news is it's only a warning and the rest of the importer will continue as expected, this PR silences it.