Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cityofchicago ETL #269

Merged
merged 2 commits into from
Jun 9, 2022
Merged

Fix cityofchicago ETL #269

merged 2 commits into from
Jun 9, 2022

Conversation

paulineribeyre
Copy link
Collaborator

Fix error:

Traceback (most recent call last):
  File "/covid19-etl/main.py", line 32, in <module>
    job.files_to_submissions()
  File "/covid19-etl/etl/cityofchicago.py", line 403, in files_to_submissions
    self.parse_cityofchicago_file(
  File "/covid19-etl/etl/cityofchicago.py", line 307, in parse_cityofchicago_file
    CITYOFCHICAGO_CDH_URL
TypeError: can only concatenate str (not "datetime.datetime") to str

Bug Fixes

  • Fix cityofchicago ETL bug when there is existing data

@github-actions
Copy link

github-actions bot commented Jun 9, 2022

The style in this PR agrees with black. ✔️

This formatting comment was generated automatically by a script in uc-cdis/wool.

@paulineribeyre paulineribeyre merged commit 7c12934 into master Jun 9, 2022
@paulineribeyre paulineribeyre deleted the fix/cityofchicago branch June 9, 2022 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants