More detailed logging

This commit is contained in:
Watchful1 2023-09-14 18:51:29 -07:00
parent 574fdc43b4
commit c953c1e18a
3 changed files with 31 additions and 8 deletions

View file

@ -12,7 +12,7 @@ NEWLINE_ENCODED = "\n".encode('utf-8')
if __name__ == "__main__":
input_file = r"\\MYCLOUDPR4100\Public\RS_2023-05.zst"
input_file = r"\\MYCLOUDPR4100\Public\RC_2023-05.zst"
output_folder = r"\\MYCLOUDPR4100\Public\ingest\download"
file_type = "comments" if "RC" in input_file else "submissions"