`tap-openweathermap` - the API provides an option ...
# plugins-general
j
tap-openweathermap
- the API provides an option to download historical data. I executed
meltano select tap-openweathermap --list --all
, but I do not see any relevant attributes. Am I correct that it is not yet supported?
d
Hey, yes currently the tap only has a current weather and forecast stream. I think I made this tap back both when the Singer SDK was very new and openweathermap didnt have a 3.0 api with these extra endpoints. edit: Yeah I just checked and the tap is using 2.5 endpoints, and the only bulk historical data we had back then (I think) was to download a .gz from an endpoint that you had to unzip and then processes many csv files, which was going to be a lot of work in a early SDK tap.