Skip to content

Commit 0e8f9dc

Browse files
authored
Fix parameters section in euc-dashboard.yaml (#1350)
1 parent f6c0428 commit 0e8f9dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dashboards/euc/euc-dashboard.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22530,10 +22530,10 @@ views:
2253022530
LEFT JOIN workspace_inventory wi ON ((split_part(cur.line_item_resource_id, '/', 2) = wi.workspaceid) AND (cur.line_item_usage_account_id = wi.accountid)))
2253122531
WHERE ((("bill_billing_period_start_date" >= date_add('month', -7, date_trunc('month', current_date))) AND (line_item_product_code = 'AmazonWorkSpaces')) OR (line_item_product_code = 'AmazonAppStream') OR (line_item_product_code = 'AWSDirectoryService'))
2253222532
GROUP BY 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53
22533-
parameters:
22533+
parameters:
2253422534
data_collection_database_name:
2253522535
type: athena
2253622536
query: SELECT DISTINCT table_schema FROM information_schema.columns WHERE table_name = 'inventory_workspaces_data'
2253722537
default: optimization_data
2253822538
description: "Enter the name of the data collection database"
22539-
global: True
22539+
global: True

0 commit comments

Comments
 (0)