raise_if_not_exists
for properties not configurable on CreateBuilder
#2564
Labels
bug
Something isn't working
The
CreateBuilder
callsapply_properties_to_protocol
withraise_if_not_exists
set totrue
.delta-rs/crates/core/src/operations/create.rs
Line 282 in f2e30a0
This was introduced fairly recently, in #2264.
Could we make
raise_if_not_exists
configurable on the builder? We are using thewith_configuration
to add some opaque configuration, using config keys that delta-rs doesn't know about, so we can't upgrade delta-rs.(I'm pushing a PR for this now.)
The text was updated successfully, but these errors were encountered: