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 b71dd82 commit eed2a63Copy full SHA for eed2a63
claims_hosp/tests/test_backfill.py
@@ -69,7 +69,7 @@ def test_merge_backfill_file(self):
69
assert fn in os.listdir(backfill_dir)
70
71
# Read daily file
72
- new_files = glob.glob(backfill_dir + "/claims_hosp*.parquet")
+ new_files = glob.glob(backfill_dir + "/claims_hosp_as_of_*.parquet")
73
pdList = []
74
for file in new_files:
75
if "from" in file:
0 commit comments