You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting Getting CREATE_FAILED | AWS::DataBrew::Dataset error when trying to create a Glue databrew dataset.
I am trying to create a Glue databrew dataset using AWS CDK .
Resource handler returned message: "User: arn:aws:sts::XXXXXXXXX:assumed-role/cdk-XXXXXXXX-cfn-exec-role-XXXXXXXXX-us-east-1/AWSCloudFormation is not authorized to perform: glue:GetTable on resource: arn:aws:glue:us-east-1:tablename:catalog
I am creating Databrew datasets,recipe, project , job etc
I am trying to create a dataCatalogInputDefinition type data sets in aws cdk stack as below.
dataCatalogInputDefinition: {
catalogId: 'catalogId',
databaseName: 'databaseName',
tableName: 'tableName',
tempDirectory: {
bucket: 'bucket',
// the properties below are optional
key: 'key',
},
},
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am getting Getting CREATE_FAILED | AWS::DataBrew::Dataset error when trying to create a Glue databrew dataset.
I am trying to create a Glue databrew dataset using AWS CDK .
Resource handler returned message: "User: arn:aws:sts::XXXXXXXXX:assumed-role/cdk-XXXXXXXX-cfn-exec-role-XXXXXXXXX-us-east-1/AWSCloudFormation is not authorized to perform: glue:GetTable on resource: arn:aws:glue:us-east-1:tablename:catalog
I am creating Databrew datasets,recipe, project , job etc
I am trying to create a dataCatalogInputDefinition type data sets in aws cdk stack as below.
dataCatalogInputDefinition: {
catalogId: 'catalogId',
databaseName: 'databaseName',
tableName: 'tableName',
tempDirectory: {
bucket: 'bucket',
Beta Was this translation helpful? Give feedback.
All reactions