Skip to content

Commit

Permalink
Issue ref: OAuth 2.0 Credential Format for Delta Sharing Client delta…
Browse files Browse the repository at this point in the history
  • Loading branch information
dialberg committed Apr 14, 2023
1 parent bb95633 commit c5cf51b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions python/delta_sharing/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class DeltaSharingProfile:
endpoint: str
bearer_token: Optional[str] = None
expiration_time: Optional[str] = None
type: Optional[str] = None
token_endpoint: Optional[str] = None
client_id: Optional[str] = None
client_secret: Optional[str] = None
Expand Down
1 change: 0 additions & 1 deletion python/delta_sharing/rest_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ def auth_basic(self, profile):
"User-Agent": DataSharingRestClient.USER_AGENT,
}
)



@retry_with_exponential_backoff
Expand Down

0 comments on commit c5cf51b

Please sign in to comment.