I'm trying to run PyDeequ on EMR with Spark 3.5 but getting a RuntimeError about SPARK_VERSION. What's the correct setup?
from pydeequ.checks import Check, CheckLevel
from pydeequ.verification import VerificationSuite
Error: RuntimeError: SPARK_VERSION environment variable is required
I'm trying to run PyDeequ on EMR with Spark 3.5 but getting a RuntimeError about SPARK_VERSION. What's the correct setup?
Error: RuntimeError: SPARK_VERSION environment variable is required