Skip to content

Commit a923c29

Browse files
authored
Release2.28 (#631)
1 parent f5b2b83 commit a923c29

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

cfn-templates/cid-cfn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Parameters:
143143
CidVersion:
144144
Type: String
145145
MinLength: 5
146-
Default: 0.2.27
146+
Default: 0.2.28
147147
Description: A version of CID package
148148
Suffix:
149149
Type: String

cid/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
__version__ = '0.2.27'
2+
__version__ = '0.2.28'

cid/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,6 @@ def create_or_update_dataset(self, dataset_definition: dict, dataset_id: str=Non
12771277
workgroup = self.athena.WorkGroup
12781278
datasources_with_workgroup = self.qs.get_datasources(
12791279
athena_workgroup_name=workgroup,
1280-
athena_role_arn=role_arn,
12811280
)
12821281
logger.info(f'Found {len(datasources_with_workgroup)} Athena DataSources with WorkGroup={workgroup}.')
12831282
if len(datasources_with_workgroup) == 1:

0 commit comments

Comments
 (0)