Skip to content

Commit

Permalink
fix(manifests): remove groupBy from pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
manushak committed Aug 8, 2024
1 parent fa404ad commit 50dfb9e
Showing 1 changed file with 2 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,20 +261,6 @@ initialize:
unit: none
description: Synced time
aggregation-method: none
group-by:
path: builtin
method: GroupBy
parameter-metadata:
inputs:
group:
unit: none
description: Group by fields
aggregation-method: none
outputs:
grouped-data:
unit: none
description: Grouped data
aggregation-method: none
execution:
command: >-
/Users/mariamkhalatova/.npm/_npx/1bf7c3c15bf47d04/node_modules/.bin/ts-node
Expand Down Expand Up @@ -327,7 +313,7 @@ tree:
- mock-observations
regroup:
- cloud/region
- instance-type
- cloud/instance-type
compute:
- interpolate
- cpu-factor-to-wattage
Expand Down Expand Up @@ -681,7 +667,7 @@ tree:
- mock-observations
regroup:
- cloud/region
- instance-type
- cloud/instance-type
compute:
- interpolate
- cpu-factor-to-wattage
Expand Down

0 comments on commit 50dfb9e

Please sign in to comment.