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.