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 c5c177f commit f2b721eCopy full SHA for f2b721e
src/acquisition/covidcast_nowcast/load_sensors.py
@@ -37,7 +37,6 @@ def main(csv_path: str = SENSOR_CSV_PATH) -> None:
37
"""
38
user, pw = secrets.db.epi
39
engine = sqlalchemy.create_engine(f"mysql+pymysql://{user}:{pw}@{secrets.db.host}/{DB_NAME}")
40
-# for filepath, attribute in CsvImporter.find_csv_files(csv_path):
41
for filepath, attribute in CsvImporter.find_issue_specific_csv_files(csv_path):
42
if attribute is None:
43
_move_after_processing(filepath, success=False)
0 commit comments