|
20 | 20 | from reporting.provider.aws.models import AWSComputeSummaryByAccountP
|
21 | 21 | from reporting.provider.aws.models import AWSComputeSummaryP
|
22 | 22 | from reporting.provider.aws.models import AWSCostEntryLineItemDailySummary
|
23 |
| -from reporting.provider.aws.models import AWSCostEntryLineItemSummaryByEC2Compute |
| 23 | +from reporting.provider.aws.models import AWSCostEntryLineItemSummaryByEC2ComputeP |
24 | 24 | from reporting.provider.aws.models import AWSCostSummaryByAccountP
|
25 | 25 | from reporting.provider.aws.models import AWSCostSummaryByRegionP
|
26 | 26 | from reporting.provider.aws.models import AWSCostSummaryByServiceP
|
@@ -378,7 +378,7 @@ def __init__(self, provider, report_type, schema_name, cost_type, markup_cost="m
|
378 | 378 | "usage_units_fallback": "Hrs",
|
379 | 379 | "sum_columns": ["usage", "cost_total", "infra_total", "sup_total"],
|
380 | 380 | "default_ordering": {"resource_id": "desc"},
|
381 |
| - "tables": {"query": AWSCostEntryLineItemSummaryByEC2Compute}, |
| 381 | + "tables": {"query": AWSCostEntryLineItemSummaryByEC2ComputeP}, |
382 | 382 | "default_time_period": {
|
383 | 383 | "time_scope_value": "-1",
|
384 | 384 | "time_scope_units": "month",
|
@@ -562,7 +562,7 @@ def __init__(self, provider, report_type, schema_name, cost_type, markup_cost="m
|
562 | 562 | ("org_unit_id",): AWSComputeSummaryByAccountP,
|
563 | 563 | },
|
564 | 564 | "ec2_compute": {
|
565 |
| - "default": AWSCostEntryLineItemSummaryByEC2Compute, |
| 565 | + "default": AWSCostEntryLineItemSummaryByEC2ComputeP, |
566 | 566 | },
|
567 | 567 | "storage": {
|
568 | 568 | "default": AWSStorageSummaryP,
|
|
0 commit comments