Skip to content

Commit

Permalink
Update spark-jobs/src/main/scala/za/co/absa/enceladus/standardization…
Browse files Browse the repository at this point in the history
…_conformance/StandardizationAndConformanceJob.scala

Co-authored-by: David Benedeki <[email protected]>
  • Loading branch information
yruslan and benedeki authored Mar 21, 2024
1 parent 43db95f commit e55525d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ object StandardizationAndConformanceJob extends StandardizationAndConformanceExe
// post processing deliberately rereads the output ... same as above
runPostProcessing(SourcePhase.Conformance, preparationResult, cmd)
} finally {
spark.disableControlMeasuresTracking()
spark.disableControlMeasuresTracking() //disabling Atum to enable running the whole process again, with fresh initialization
finishJob(cmd)
}
}
Expand Down

0 comments on commit e55525d

Please sign in to comment.