datastax / dsbulk

DataStax Bulk Loader (DSBulk) is an open-source, Apache-licensed, unified tool for loading into and unloading from Apache Cassandra(R), DataStax Astra and DataStax Enterprise (DSE)
Apache License 2.0
85 stars 30 forks source link

Allow override option while data unloading #500

Open rajarshp opened 2 months ago

rajarshp commented 2 months ago

Hello,

Currently if I am unloading data using -url option with same path which has data inside it, dsbulk will throw error that "target directory must be empty"

I am not sure if there is a requirement that it cannot be overrise the data if we are using same path, if not can you please add the option which will allow us to unload data on the same path by overriding the existing data ?