- Newest
- Most votes
- Most comments
Hi AnnaZats, database_engine is used in summary_view and kpi dashboard views. The problem occurs in case you don't have any RDS usage and deploy via CLI. We've added a workaround for this in our CloudFormation deployment hence I recommend to follow our guide step by step and deploy with cloudformation template as described here. In this case CloudFormation template #3 from the deployment guide creates Athena table for Cost and Usage report and includes database_engine column as well. Here is the place of the CFN where this column is part of the schema.
If you have CUR table already and deploying with cid-cmd then you might need to open your CUR table definition in CUR and manually add column product_database_engine with STRING type. After that deployment should work, however I recommend to stick to first approach which I described above.
Relevant content
- asked 3 years ago
- asked 3 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 4 months ago
