diff --git a/cfn-templates/cid-cfn.yml b/cfn-templates/cid-cfn.yml index 7a095642..0bde7b1a 100644 --- a/cfn-templates/cid-cfn.yml +++ b/cfn-templates/cid-cfn.yml @@ -143,7 +143,7 @@ Parameters: CidVersion: Type: String MinLength: 5 - Default: 0.2.27 + Default: 0.2.28 Description: A version of CID package Suffix: Type: String diff --git a/cid/_version.py b/cid/_version.py index a066688c..fb8a7f7b 100644 --- a/cid/_version.py +++ b/cid/_version.py @@ -1,2 +1,2 @@ -__version__ = '0.2.27' +__version__ = '0.2.28' diff --git a/cid/common.py b/cid/common.py index a4dc15f7..f75ca63b 100644 --- a/cid/common.py +++ b/cid/common.py @@ -1277,7 +1277,6 @@ def create_or_update_dataset(self, dataset_definition: dict, dataset_id: str=Non workgroup = self.athena.WorkGroup datasources_with_workgroup = self.qs.get_datasources( athena_workgroup_name=workgroup, - athena_role_arn=role_arn, ) logger.info(f'Found {len(datasources_with_workgroup)} Athena DataSources with WorkGroup={workgroup}.') if len(datasources_with_workgroup) == 1: