Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support refresh token in delta sharing client #386

Merged
merged 5 commits into from
Sep 5, 2023

Conversation

charlenelyu-db
Copy link
Collaborator

@charlenelyu-db charlenelyu-db commented Sep 1, 2023

Use this link to review incremental changes.


This pr adds refresh token support in delta sharing client:

  • If the current query is for latest snapshot, set includeRefreshToken=true to retrieve the refresh token.
  • Use refreshToken specified in getFiles() call for refresh query.
  • Return refresh token to the caller as part of the DeltaTableFiles struct.

This is part 2 of #383.

@charlenelyu-db charlenelyu-db merged commit da35644 into delta-io:main Sep 5, 2023
4 checks passed
@charlenelyu-db charlenelyu-db deleted the refresh-token-client branch September 9, 2023 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants