Skip to content

Commit

Permalink
Removed redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborschulz-aws committed Oct 12, 2023
1 parent 0ad42ea commit b1c1fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cid/helpers/athena.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def WorkGroup(self, name: str):
def _ensure_workgroup(self, name: str) -> str:
try:
s3 = S3(session=self.session)
bucket_name = f'{self.partition}-athena-query-results-cid-{self.account_id}-{self.region}-debug'
bucket_name = f'{self.partition}-athena-query-results-cid-{self.account_id}-{self.region}'

workgroup = self.client.get_work_group(WorkGroup=name)
# "${AWS::Partition}-athena-query-results-cid-${AWS::AccountId}-${AWS::Region}"
Expand Down

0 comments on commit b1c1fa9

Please sign in to comment.