Skip to content

Commit

Permalink
Merge pull request #203 from rocs-org/fix/202-fix-covid-cases-pipeline
Browse files Browse the repository at this point in the history
Update covid infections url according to rki github changes.
  • Loading branch information
mergify[bot] authored Oct 13, 2022
2 parents e12c22d + 8168dd5 commit dfa36a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/airflow/src/dags/corona_cases/cases/etl.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from src.lib.test_helpers import set_env_variable_from_dag_config_if_present


URL = "https://github.com/robert-koch-institut/SARS-CoV-2_Infektionen_in_Deutschland/blob/master/Aktuell_Deutschland_SarsCov2_Infektionen.csv?raw=true" # noqa: E501
URL = "https://github.com/robert-koch-institut/SARS-CoV-2-Infektionen_in_Deutschland/blob/main/Aktuell_Deutschland_SarsCov2_Infektionen.csv?raw=true" # noqa: E501
SCHEMA = "coronacases"
TABLE = "german_counties_more_info"

Expand Down

0 comments on commit dfa36a6

Please sign in to comment.