Would it be possible to add support for Spark 3.0 ? We upgrading our project to Spark 3.0.1 and Atum fails with the following error on disableControlMeasuresTracking even though enableControlMeasuresTracking was called before.
Control framework tracking is not initialized.
java.lang.IllegalStateException: Control framework tracking is not initialized.
at za.co.absa.atum.core.Atum$.preventNotInitialized(Atum.scala:229)
at za.co.absa.atum.core.Atum$.preventNotInitialized(Atum.scala:233)
at za.co.absa.atum.core.Atum$.dispose(Atum.scala:163)
at za.co.absa.atum.AtumImplicits$SparkSessionWrapper.disableControlMeasuresTracking(AtumImplicits.scala:144)
Would it be possible to add support for Spark 3.0 ? We upgrading our project to Spark 3.0.1 and Atum fails with the following error on
disableControlMeasuresTrackingeven thoughenableControlMeasuresTrackingwas called before.