Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AWS Support Cases Radar] Missing Summary attribute in table support_cases_communications when not using bedrock plugin #1094

Open
CorinneVerheyde opened this issue Jan 9, 2025 · 4 comments

Comments

@CorinneVerheyde
Copy link

We want to deploy AWS Support Cases Radar dashboard, without the plugin "bedrock summary".
The dahsboard fails to deploy with the following error :

Athena query status failed : line 36:6: Column 'cases.summary' cannot be resolved

We did solve temporarly the problem by creating an empty column on the Athena table :

ALTER table support_cases_communications add columns (summary string)

With that empty column, the dashboad deployment was successfull.
Could you fix this problem ?

@iakov-aws
Copy link
Collaborator

iakov-aws commented Jan 9, 2025

Hm. Summary must be there in the latest version 3.5.0

https://github.com/awslabs/cid-framework/blob/main/data-collection/deploy/module-support-cases.yaml#L238

@iakov-aws
Copy link
Collaborator

can you confirm you have v3.5.0?

@CorinneVerheyde
Copy link
Author

CorinneVerheyde commented Jan 9, 2025

I do.
At least, this is what is writen in the description of the stack :
[datacollect-prod-dashboard-local-stack] "CID Data Collection Stack v3.5.0"

Same on the management account :
"CID Data Collection - All-in-One for Management Account v3.5.0"

@iakov-aws
Copy link
Collaborator

Thanks. Checking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants