OpenWaterFoundation / owf-tstool-aws-plugin

Open Water Foundation AWS plugin for TSTool
GNU General Public License v3.0
0 stars 0 forks source link

AwsBilling - separate reading of grouped and total records #51

Closed smalers closed 6 days ago

smalers commented 2 weeks ago

If one or my "group by" are specified, grouped output is returned. Total output is also returned but the list is always zero length. If "group by" are not specified, then totalized output records are returned and group by output is an empty list. Need to clearly separate group by and total command parameters and output.

smalers commented 6 days ago

These features have been implemented. Close this issue.