Fixes template not found bug discussed in issue #56. This uses a sql select for NOW() and writes it to a .csv file (done in make_data.py). Then make_nav.py reads that file and outputs that to a text file in ./includes.
I don't have access to the google cloud bigdata database paul-henry-tremblay.covid19, so I cannot properly test this. I think I correctly accessed the single row single cell dataframe, but you'll have to check.
I like this solution more than the other, fwiw.
Fixes template not found bug discussed in issue #56. This uses a sql select for NOW() and writes it to a .csv file (done in make_data.py). Then make_nav.py reads that file and outputs that to a text file in ./includes. I don't have access to the google cloud bigdata database paul-henry-tremblay.covid19, so I cannot properly test this. I think I correctly accessed the single row single cell dataframe, but you'll have to check. I like this solution more than the other, fwiw.