Skip to content

Commit 4178862

Browse files
committed
Acquisition: update csv_importer to use CovidcastRow
1 parent 7268fc0 commit 4178862

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/acquisition/covidcast/csv_importer.py

+4-5
Original file line numberDiff line numberDiff line change
@@ -398,9 +398,8 @@ def load_csv(filepath: str, details: PathDetails) -> Iterator[Optional[Covidcast
398398
details.issue,
399399
details.lag,
400400
# These four fields are unused by database acquisition
401-
# TODO: These will be used when CovidcastRow is updated.
402-
# id=None,
403-
# direction=None,
404-
# direction_updated_timestamp=0,
405-
# value_updated_timestamp=0,
401+
id=None,
402+
direction=None,
403+
direction_updated_timestamp=0,
404+
value_updated_timestamp=0,
406405
)

0 commit comments

Comments
 (0)