What happened?
The docs for writing to delta tables describe a partition_filters parameter for overwriting specific partitions with deltalake, but when I look at the source code I don't see this parameter in v1.2.1 (latest as of time of writing) or in main. There are references in Github Issues to partition_filters going back to 2023, so it seems like it was a thing at some point.
Did partition_filters get removed from the API? If so, is it still possible to overwrite a list of partitions without overwriting the whole table?
Expected behavior
I expected partition_filters to be a valid parameter to write_deltalake given the description in "Overwriting a partition" section of the docs
Operating System
None
Binding
Python
Bindings Version
v1.2.1, also main
Steps to reproduce
Look at the source code here
Relevant logs
What happened?
The docs for writing to delta tables describe a
partition_filtersparameter for overwriting specific partitions with deltalake, but when I look at the source code I don't see this parameter in v1.2.1 (latest as of time of writing) or in main. There are references in Github Issues topartition_filtersgoing back to 2023, so it seems like it was a thing at some point.Did
partition_filtersget removed from the API? If so, is it still possible to overwrite a list of partitions without overwriting the whole table?Expected behavior
I expected
partition_filtersto be a valid parameter towrite_deltalakegiven the description in "Overwriting a partition" section of the docsOperating System
None
Binding
Python
Bindings Version
v1.2.1, also main
Steps to reproduce
Look at the source code here
Relevant logs