sociepy / covid19-vaccination-subnational

🌍💉 Global COVID-19 vaccination data at the regional level.
https://sociepy.org/covid19-vaccination-subnational
GNU General Public License v3.0
61 stars 15 forks source link

Data not updating for India #56

Closed sanyam-git closed 3 years ago

sanyam-git commented 3 years ago

Hi @lucasrodes, the data for India is not updating after 20/4/2021. However the data at the source is til 22/4/2021 -> state_timeline.csv

lucasrodes commented 3 years ago

Thanks for reporting @sanyam-git! Your help is really appreciated. Apparently, the pipeline for Spain & Sweden was not working and let the script not run until the end.

Lately, I am quite busy with the parent project owid/covid-19-data, and is becoming more difficult to maintain this project. That's also why I haven't added new countries lately.

FYI, if something appears not to be working again, you can check the logs here:

link here

Screenshot below:

image
sanyam-git commented 3 years ago

@lucasrodes , Thanks for the explanation regarding actions logs. I'm quite not yet familiar with GitHub Actions, so it is helpful.

You are doing great work lately, keep it up !

Also just a suggestion, can you put a try-except statement so if one country update gives error, it will not affect the countries after that.

lucasrodes commented 3 years ago

Thanks for your words @sanyam-git . I should definitely add try-catch logic, good point. Ill try to do it soon.

Have a good day!