Skip to content

Commit

Permalink
Update src/acquisition/covidcast/database.py
Browse files Browse the repository at this point in the history
Co-authored-by: george <[email protected]>
  • Loading branch information
nolangormley and melange396 authored Feb 1, 2025
1 parent 8a46b84 commit f0e60f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/acquisition/covidcast/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,8 @@ def retrieve_covidcast_meta_cache(self):
return cache_hash

def compute_coverage_crossref(self):
"""Compute coverage_crossref table."""
"""Compute coverage_crossref table, for looking up available signals per geo or vice versa."""

logger = get_structured_logger("compute_coverage_crossref")

coverage_crossref_delete_sql = '''
Expand Down

0 comments on commit f0e60f0

Please sign in to comment.