Nike-Inc / koheesio

Python framework for building efficient data pipelines. It promotes modularity and collaboration, enabling the creation of complex pipelines from simple, reusable components.
https://engineering.nike.com/koheesio/
Apache License 2.0
602 stars 29 forks source link

[Fix] Add overwrite functionality to the BoxFileWriterClass #103

Closed ToneVDB closed 4 days ago

ToneVDB commented 1 week ago

Description

Add an overwrite flag to the BoxFileWriter class

Related 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: