Skip to content

Commit

Permalink
Update DatabricksJobsHelper.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
FirestarJes committed Sep 23, 2024
1 parent a9ec734 commit 66e00a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ private RunParameters CreateParameters(SettlementReportRequestDto request, Marke

if (request.SplitReportPerGridArea)
{
jobParameters.Add("--split-report-by-grid-area", "True");
jobParameters.Add("split-report-by-grid-area", "NULL");
}

if (request.PreventLargeTextFiles)
{
jobParameters.Add("--prevent-large-text-files", "True");
jobParameters.Add("prevent-large-text-files", "NULL");
}

return RunParameters.CreateJobParams(jobParameters);
Expand Down

0 comments on commit 66e00a6

Please sign in to comment.