Skip to content

Commit

Permalink
Add session token parameter to athena data source connection (#2095)
Browse files Browse the repository at this point in the history
Co-authored-by: Milan Lukac <[email protected]>
  • Loading branch information
ruixuantan and m1n0 authored Feb 20, 2025
1 parent 3a019a2 commit 405054b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soda/athena/soda/data_sources/athena_data_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def connect(self):
catalog_name=self.catalog,
work_group=self.work_group,
schema_name=self.schema,
aws_session_token=self.aws_credentials.session_token,
)

return self.connection
Expand Down

0 comments on commit 405054b

Please sign in to comment.