flyrain opened a new pull request, #466: URL: https://github.com/apache/iceberg-python/pull/466
To fix issue(https://github.com/apache/iceberg-python/issues/463). In short, Client Credential Flow's http response doesn't have the field `issued_token_type`. Make it optional to avoid validation error like this: ``` ValidationError: 1 validation error for TokenResponse issued_token_type Field required [type=missing, input_value={'access_token': 'eyJhbGc... 'token_type': 'bearer'}, input_type=dict] ``` cc @danielcweeks @Fokko @syun64 @RussellSpitzer -- 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]
