Skip to content

Commit

Permalink
remove account map from data transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov-aws committed Nov 14, 2023
1 parent da0ec20 commit fc14033
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions dashboards/data-transfer/DataTransfer-Cost-Analysis-Dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,19 +141,6 @@ datasets:
schedules:
- default
views:
account_map:
dependsOn:
cur: true
data: |-
CREATE OR REPLACE VIEW ${athena_database_name}.account_map AS
SELECT DISTINCT
line_item_usage_account_id account_id
, "max_by"(bill_payer_account_id, line_item_usage_start_date) parent_account_id
, "max_by"(line_item_usage_account_id, line_item_usage_start_date) account_name
, "max_by"(line_item_usage_account_id, line_item_usage_start_date) account_email_id
FROM
"${cur_table_name}"
GROUP BY line_item_usage_account_id
data_transfer_view:
dependsOn:
cur: true
Expand Down

0 comments on commit fc14033

Please sign in to comment.