sfu-db / dataprep

Open-source low code data preparation library in python. Collect, clean and visualization your data in python with a few lines of code.
http://dataprep.ai
MIT License
2.02k stars 204 forks source link

Data_connector: openweathermap missing value in 'description' attribute #492

Open p33ves opened 3 years ago

p33ves commented 3 years ago

Describe the bug Connect for openweathermap API does not seem to return the value for description attribute. Always returns null.

Code example: dataprep-connector-openweathermap

Desktop (please complete the following information):

peiwangdb commented 3 years ago

@Lakshay-sethi Could you look into this and improve the config file?

peiwangdb commented 3 years ago

@p33ves Thanks a lot for the feedback. Please try again and let us know if the issue remains!

p33ves commented 3 years ago

Thanks @peiwangdb it seems to be working now!