gabeiglio opened a new pull request, #3507:
URL: https://github.com/apache/iceberg-python/pull/3507

   Introduces the credential provider class and the set_credentials_provider 
hook on the FileIO base class. No FileIO implementation is wired yet.
   
   <!--
   Thanks for opening a pull request!
   -->
   
   <!-- In the case this PR will resolve an issue, please replace 
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
   <!-- Closes #${GITHUB_ISSUE_ID} -->
   
   # Rationale for this change
   
   First PR to implement automatic vended credential refresh in PyIceberg.
   
   See epic issue [here](https://github.com/apache/iceberg-python/issues/3506)
   
   ## Are these changes tested?
   
   Yes, created `test_credentials_provider.py`
   
   ## Are there any user-facing changes?
   
   Yes, users will have support for new config properties like
   ```
   client.refresh-credentials-endpoint
   client.refresh-credentials-enabled
   ```
   
   <!-- In the case of user-facing changes, please add the changelog label. -->
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to