pyspark - ModuleNotFoundError: No module named ‘great_expectations.dataset’ Due Module Dataset being deprecated. In search of eq

admin2025-04-16  3

I attempted to executed the following Great Expectations module:

from great_expectations.dataset.sparkdf_dataset import SparkDFDataset

However, I'm getting the error

ModuleNotFoundError: No module named 'great_expectations.dataset'

I understand this is because I'm running version great_expectations-1.2.4-py3-none-any.whl and the Dataset is not supported in this version of Great Expectations. Can someone let me know what version supports Dataset. The version that support's Dataset is great_expectations-0.13.46-py3-none-any which I know is deprecated.

转载请注明原文地址:http://anycun.com/QandA/1744792084a87684.html