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

Removes old ahr pipeline files #3511

Merged
merged 1 commit into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 0 additions & 53 deletions airflow/dags/ahr.py

This file was deleted.

9,777 changes: 0 additions & 9,777 deletions data/ahr/ahr_annual_2022.csv

This file was deleted.

270 changes: 0 additions & 270 deletions python/datasources/ahr.py

This file was deleted.

2 changes: 0 additions & 2 deletions python/datasources/data_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from datasources.acs_population import ACSPopulation
from datasources.age_adjust_cdc_restricted import AgeAdjustCDCRestricted
from datasources.age_adjust_cdc_hiv import AgeAdjustCDCHiv
from datasources.ahr import AHRData
from datasources.bjs_incarceration import BJSIncarcerationData
from datasources.cawp_time import CAWPTimeData
from datasources.cdc_hiv import CDCHIVData
Expand Down Expand Up @@ -31,7 +30,6 @@
ACSPopulation.get_id(): ACSPopulation(),
AgeAdjustCDCRestricted.get_id(): AgeAdjustCDCRestricted(),
AgeAdjustCDCHiv.get_id(): AgeAdjustCDCHiv(),
AHRData.get_id(): AHRData(),
BJSIncarcerationData.get_id(): BJSIncarcerationData(),
CAWPTimeData.get_id(): CAWPTimeData(),
CDCHIVData.get_id(): CDCHIVData(),
Expand Down
Loading