Skip to content

Commit eed2a63

Browse files
committed
adjusting logic to match new naming format and chunking
1 parent b71dd82 commit eed2a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

claims_hosp/tests/test_backfill.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def test_merge_backfill_file(self):
6969
assert fn in os.listdir(backfill_dir)
7070

7171
# Read daily file
72-
new_files = glob.glob(backfill_dir + "/claims_hosp*.parquet")
72+
new_files = glob.glob(backfill_dir + "/claims_hosp_as_of_*.parquet")
7373
pdList = []
7474
for file in new_files:
7575
if "from" in file:

0 commit comments

Comments
 (0)