Skip to content

Commit

Permalink
Fixed billed_cost sql_condition.
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Mittal <varunmittal91@gmail.com>
  • Loading branch information
varunmittal91 committed Nov 16, 2023
1 parent 73aae36 commit 0e3a606
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plan_name: convert lineItem/NetUnblendedCost, lineItem/UnblendedCost to BilledCo
conversion_type: sql_condition
conversion_args:
conditions:
- WHEN line_item_net_unblended_cost is not null THEN 'line_item_net_unblended_cost Plan'
- WHEN line_item_net_unblended_cost is not null THEN line_item_net_unblended_cost
default_value: line_item_unblended_cost
column: NA
focus_column: BilledCost

0 comments on commit 0e3a606

Please sign in to comment.