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 230086a commit 7bd15beCopy full SHA for 7bd15be
claims_hosp/delphi_claims_hosp/backfill.py
@@ -77,7 +77,7 @@ def store_backfill_file(claims_filepath, _end_date, backfill_dir):
77
78
def merge_existing_backfill_files(backfill_dir, backfill_file, issue_date, logger):
79
"""
80
- Merge existing backfill with the patch data included.
+ Merge existing backfill with the patch data included. This function is specifically run for patching.
81
82
When the indicator fails for some reason or another, there's a gap in the backfill files.
83
The patch to fill in the missing dates happens later down the line when the backfill files are already merged.
0 commit comments