iceberg-python icon indicating copy to clipboard operation
iceberg-python copied to clipboard

Rename `gcs.endpoint` to `gcs.service.host`

Open Fokko opened this issue 1 year ago • 1 comments

To make it in line with Java:

https://github.com/apache/iceberg/blob/6ee6d1327d3811dbd5795c4e87efdc41b7a58eaa/gcp/src/main/java/org/apache/iceberg/gcp/GCPProperties.java#L32

Fokko avatar Aug 06 '24 14:08 Fokko

@Fokko, I can solve the missing import. Do you mind?

Edit: I discovered that I don't have the permissions to add the commit to your branch.

ndrluis avatar Aug 29 '24 15:08 ndrluis

Thanks @kevinjqliu, using get_first_property_value is much cleaner

Fokko avatar Nov 05 '24 21:11 Fokko