We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
can you confirm you have v3.5.0?
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"
Thanks. Checking.
No branches or pull requests
We want to deploy AWS Support Cases Radar dashboard, without the plugin "bedrock summary".
The dahsboard fails to deploy with the following error :
We did solve temporarly the problem by creating an empty column on the Athena table :
With that empty column, the dashboad deployment was successfull.
Could you fix this problem ?
The text was updated successfully, but these errors were encountered: