Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update sdk/python/feast/infra/online_stores/dynamodb.py
Co-authored-by: Francisco Arceo <farceo@redhat.com>
Signed-off-by: asingh9530 <abhinav199530singh@gmail.com>
  • Loading branch information
asingh9530 and franciscojavierarceo committed Oct 5, 2024
commit 9a29b10687913ff24b86846d9380fecc61f5f787
2 changes: 1 addition & 1 deletion sdk/python/feast/infra/online_stores/dynamodb.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ def _initialize_dynamodb_client(
endpoint_url: Optional[str] = None,
session_based_auth: Optional[bool] = False,
):
if session_based_auth is True:
if session_based_auth:
return boto3.Session().client(
"dynamodb",
region_name=region,
Expand Down