iceberg-python
iceberg-python copied to clipboard
Deprecate `source-id` in favor of `source-ids`
Feature Request / Improvement
Iceberg V3 introduces multi-column transforms that take more than one column as the input. For PyIceberg it would be good to deprecate source-id on both PartitionSpec and SourceOrder in favor of source-ids.
Let's wait to see what comes out of https://github.com/apache/iceberg/pull/12161
Since we allow both source-id and source-ids for V3: https://github.com/apache/iceberg/pull/12644. I don't think this issue is relevant anymore. I'll go ahead and close it for now.