Skip to content

Commit

Permalink
nitpick tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
lcouzens committed Feb 11, 2025
1 parent d971b12 commit 1c0f062
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,13 @@ WHERE aws.source = {{cloud_provider_uuid}}
AND aws.ocp_source = {{ocp_provider_uuid}}
GROUP BY aws.lineitem_usagestartdate,
aws.lineitem_resourceid,
4, -- product_code
aws.product_code,
aws.product_productfamily,
aws.product_instancetype,
aws.lineitem_availabilityzone,
aws.product_region,
aws.costcategory,
17, -- tags
aws.tags,
aws.matched_tag
{% endif %}
;
Expand Down
14 changes: 11 additions & 3 deletions koku/masu/management/commands/migrate_trino_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,13 @@
"reporting_ocpgcpcostlineitem_project_daily_summary",
"reporting_ocpgcpcostlineitem_project_daily_summary_temp",
"reporting_ocpusagelineitem_daily_summary",
"azure_openshift_disk_capacities_temp",
"aws_openshift_disk_capacities_temp",
"managed_aws_openshift_daily",
"managed_aws_openshift_daily_temp",
"managed_aws_openshift_disk_capacities_temp",
"managed_aws_uuid_temp",
"managed_reporting_ocpawscostlineitem_project_daily_summary",
"managed_reporting_ocpawscostlineitem_project_daily_summary_temp",
"azure_openshift_disk_capacities_temp",
"managed_azure_openshift_daily_temp",
"managed_azure_openshift_disk_capacities_temp",
"managed_azure_uuid_temp",
Expand All @@ -93,7 +97,11 @@
"reporting_ocpusagelineitem_daily_summary": "source",
"azure_openshift_disk_capacities_temp": "ocp_source",
"aws_openshift_disk_capacities_temp": "ocp_source",
"managed_aws_openshift_daily": "ocp_source",
"managed_aws_openshift_daily_temp": "ocp_source",
"managed_aws_openshift_disk_capacities_temp": "ocp_source",
"managed_aws_uuid_temp": "ocp_source",
"managed_reporting_ocpawscostlineitem_project_daily_summary": "ocp_source",
"managed_reporting_ocpawscostlineitem_project_daily_summary_temp": "ocp_source",
"managed_azure_openshift_daily_temp": "ocp_source",
"managed_azure_openshift_disk_capacities_temp": "ocp_source",
"managed_reporting_ocpazurecostlineitem_project_daily_summary": "ocp_source",
Expand Down

0 comments on commit 1c0f062

Please sign in to comment.