We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c989f6 commit edd6dbdCopy full SHA for edd6dbd
_delphi_utils_python/delphi_utils/validator/datafetcher.py
@@ -109,11 +109,9 @@ def get_geo_signal_combos(data_source):
109
110
Cross references based on combinations reported available by COVIDcast metadata.
111
"""
112
-
113
params = read_params()
114
assert "validation" in params
115
api_key = ("epidata", params["validation"]["common"]["api_credentials"])
116
117
# Maps data_source name with what's in the API, lists used in case of multiple names
118
meta_response = requests.get("https://api.covidcast.cmu.edu/epidata/covidcast/meta",
119
auth=api_key)
0 commit comments