Giannis Kalogiannidis
Results
1
comments of
Giannis Kalogiannidis
Adding the "force_reuse_spark_context" under the "execution_engine" key worked in my case: ``` { "class_name": "Datasource", "module_name": "great_expectations.datasource", "execution_engine": { "module_name": "great_expectations.execution_engine", "class_name": "SparkDFExecutionEngine", "force_reuse_spark_context": True }, ```