Getting error when trying to implement CUDOS Dashboard

0

Hello, I am currently following the tutorial to set up a cudos dashboard with quicksight. I have completed the prerequisites and when i try to deploy CUD, I get this error line 39:206: Column 'product_instance_type_family' cannot be resolved This query ran against the "athenacurcfn_new_cur" database, unless qualified by the query. Please post the error message on our forum or contact customer support with Query Id: d8fbdfdc-cba2-4085-abbf-a0061df83452 . This is the query result for line 39

WHEN (("line_item_usage_type" LIKE '%Spot%') AND ("line_item_product_code" = 'AmazonEC2') AND ("line_item_line_item_type" = 'Usage')) THEN "split_part"("line_item_line_item_description", '.', 1) ELSE "product_instance_type_family" END "instance_type_family"

The solution was deployed uisng cloudformation.

已提问 2 年前254 查看次数
1 回答
0

That is an odd error as its suggesting that that column is missing from your CUR file. I recommend deleting the stack and deploying it again with the latest version of the CFN available on the WA labs today.

AWS
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则