-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError: 'station_id\\'
when exporting stations to file
#48
Comments
This comment was marked as outdated.
This comment was marked as outdated.
KeyError: 'station_id\\'
when exporting stations to file
I've just exercised the corresponding steps within the Luftdaten-Viewer Grafana walkthrough, and I am observing the same error. It looks like it works better when omitting the backslash. export LDP_NETWORK=ldi
luftdatenpumpe stations \
--source=postgresql://luftdatenpumpe@localhost/weatherbase \
--target=json.flex+stream://sys.stdout \
--target-fieldmap='key=station_id|str,name=road_and_name_and_id' |
I am not sure if the backslash was needed within the cron file. luftdatenpumpe/etc/luftdaten-viewer.cron Line 36 in 0219120
Let's keep this issue open, until this detail has been clarified. Will you let us know, @ohobby? |
Hi. Over at https://community.panodata.org/t/problems-to-create-get-the-stationsfile/258, @ohobby asked:
The text was updated successfully, but these errors were encountered: