I’m encountering an issue when specifying the context file path for checkpoints. When I use a mapped network drive (e.g., L:/My_Folder), everything works fine. However, when I switch to using the UNC path (e.g., \\shared.file\My_Folder), I get the following error:
ValueError: UNC_PATH\\gx\\uncommitted/validations/delq_history_suite\\run_delq_history_checkpoint_dev\\20250825T201931.479997Z\\risk_analytics_delq_history-delq_history_table.json
It seems the library generating the path is mixing slashes—using / instead of \\ after uncommitted, which causes the error. This path is automatically constructed by the checkpointing library during execution.