Closed ToneVDB closed 4 days ago
Add an overwrite flag to the BoxFileWriter class
overwrite
BoxFileWriter
Parially solves #89
When writing to box and the file already exists, you want to be able to overwrite the existing file with a new version
This has been tested on databricks and box - when a file exists and doesn't, the writer does the right thing
Description
Add an
overwrite
flag to theBoxFileWriter
classRelated Issue
Parially solves #89
Motivation and Context
When writing to box and the file already exists, you want to be able to overwrite the existing file with a new version
How Has This Been Tested?
This has been tested on databricks and box - when a file exists and doesn't, the writer does the right thing
Screenshots (if appropriate):
Types of changes
Checklist: