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.
2 parents e2b8e7c + a8f57a8 commit 6ba2966Copy full SHA for 6ba2966
src/server/endpoints/covidcast.py
@@ -548,7 +548,7 @@ def handle_meta():
548
continue
549
if filter_time_type is not None and signal.time_type != filter_time_type:
550
551
- meta_data = by_signal.get(signal.key)
+ meta_data = by_signal.get((source.db_source, signal.signal))
552
if not meta_data:
553
554
row = meta_data[0]
0 commit comments