Re: [PR] Add base headers in properties to signer_headers [iceberg-python]

2025-02-10 Thread via GitHub
kevinjqliu commented on PR #1610: URL: https://github.com/apache/iceberg-python/pull/1610#issuecomment-2648794609 Thanks @tom-s-powell for the PR. And thank you @Fokko for the review :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

Re: [PR] Add base headers in properties to signer_headers [iceberg-python]

2025-02-10 Thread via GitHub
kevinjqliu merged PR #1610: URL: https://github.com/apache/iceberg-python/pull/1610 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@i

Re: [PR] Add base headers in properties to signer_headers [iceberg-python]

2025-02-10 Thread via GitHub
Fokko commented on PR #1610: URL: https://github.com/apache/iceberg-python/pull/1610#issuecomment-2647935293 Looks like the `test_s3v4_rest_signer` test needs a bit of TLC -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [PR] Add base headers in properties to signer_headers [iceberg-python]

2025-02-10 Thread via GitHub
tom-s-powell commented on PR #1610: URL: https://github.com/apache/iceberg-python/pull/1610#issuecomment-2647504110 @Fokko done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific commen

Re: [PR] Add base headers in properties to signer_headers [iceberg-python]

2025-02-09 Thread via GitHub
Fokko commented on PR #1610: URL: https://github.com/apache/iceberg-python/pull/1610#issuecomment-2647193310 @tom-s-powell Could you run the linter using `make lint`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] Add base headers in properties to signer_headers [iceberg-python]

2025-02-07 Thread via GitHub
tom-s-powell commented on PR #1610: URL: https://github.com/apache/iceberg-python/pull/1610#issuecomment-2643630453 Could I check what sort of documentation you'd want to see? > To configure custom headers in RESTCatalog, include them in the catalog properties with the prefix `header.`.

Re: [PR] Add base headers in properties to signer_headers [iceberg-python]

2025-02-05 Thread via GitHub
Fokko commented on code in PR #1610: URL: https://github.com/apache/iceberg-python/pull/1610#discussion_r1943253743 ## pyiceberg/utils/properties.py: ## @@ -74,3 +77,13 @@ def get_first_property_value( if property_value := properties.get(property_name): ret

Re: [PR] Add base headers in properties to signer_headers [iceberg-python]

2025-02-05 Thread via GitHub
Fokko commented on PR #1610: URL: https://github.com/apache/iceberg-python/pull/1610#issuecomment-2637373120 Thanks for working on this @tom-s-powell, could you also add this to the documentation: https://github.com/apache/iceberg-python/blob/main/mkdocs/docs/configuration.md#rest-catalog?