Open melange396 opened 4 months ago
similar to #1931 and #1972 , replace the usage of the old covidcast client in the google-symptoms indicator. it is only really used in one place: https://github.com/cmu-delphi/covidcast-indicators/blob/1526dc940f61e5a1ab8ff2ce795f35c965c2e48e/google_symptoms/delphi_google_symptoms/run.py#L69-L70
covidcast
its a pretty basic usage, and covidcast.metadata() doesnt do a whole lot more than Epidata.covidcast_meta()
covidcast.metadata()
Epidata.covidcast_meta()
blocked by #1972
similar to #1931 and #1972 , replace the usage of the old
covidcast
client in the google-symptoms indicator. it is only really used in one place: https://github.com/cmu-delphi/covidcast-indicators/blob/1526dc940f61e5a1ab8ff2ce795f35c965c2e48e/google_symptoms/delphi_google_symptoms/run.py#L69-L70its a pretty basic usage, and
covidcast.metadata()
doesnt do a whole lot more thanEpidata.covidcast_meta()