Skip to content

Commit

Permalink
Update DatabricksJobsHelper.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
FirestarJes committed Dec 12, 2024
1 parent cf1d2fd commit 827b7d2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ private RunParameters CreateParameters(SettlementReportRequestDto request, Marke
$"--calculation-type={CalculationTypeMapper.ToDeltaTableValue(request.Filter.CalculationType)}",
$"--period-start={request.Filter.PeriodStart.ToInstant()}",
$"--period-end={request.Filter.PeriodEnd.ToInstant()}",
$"--requesting-actor-market-role={MapMarketRole(request.MarketRoleOverride ?? marketRole)}",
$"--requesting-actor-id={request.ActorNumberOverride ?? actorGln}",
$"--requesting-actor-market-role={MapMarketRole(marketRole)}",
$"--requesting-actor-id={actorGln}",
request.Filter.CalculationType == CalculationType.BalanceFixing
? $"--grid-area-codes=[{string.Join(",", request.Filter.GridAreas.Select(x => x.Key))}]"
: $"--calculation-id-by-grid-area={gridAreas}",
Expand Down

0 comments on commit 827b7d2

Please sign in to comment.