Skip to content

Commit

Permalink
Update DatabricksJobsHelper.cs (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
FirestarJes authored Sep 26, 2024
1 parent 3a2f2f1 commit 83dd591
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ private RunParameters CreateParameters(SettlementReportRequestDto request, Marke
$"--period-start={request.Filter.PeriodStart.ToInstant()}",
$"--period-end={request.Filter.PeriodEnd.ToInstant()}",
$"--requesting-actor-market-role={MapMarketRole(request.MarketRoleOverride ?? marketRole)}",
$"--requesting-actor-id={actorGln}",
$"--requesting-actor-id={request.ActorNumberOverride ?? actorGln}",
};
if (request.Filter.EnergySupplier != null)
{
Expand Down

0 comments on commit 83dd591

Please sign in to comment.