feast icon indicating copy to clipboard operation
feast copied to clipboard

Update great-expectations to latest (>1)

Open ntkathole opened this issue 10 months ago • 2 comments

Expected Behavior

great-expectations version updated to latest (>1).

https://github.com/feast-dev/feast/blob/master/pyproject.toml#L73

Current Behavior

The great_expectations.dataset module, which included classes like PandasDataset, has been deprecated in recent versions of Great Expectations and was fully removed in version 1.0. This change means that attempting to import from great_expectations.dataset will result in a ModuleNotFoundError

https://github.com/feast-dev/feast/blob/master/sdk/python/tests/integration/offline_store/test_dqm_validation.py#L8

Steps to reproduce

Update great-expectations to latest and run sdk/python/tests/integration/offline_store/test_dqm_validation.py

ntkathole avatar Feb 25 '25 07:02 ntkathole

@ntkathole I would like to work on this can you assign me on this?

Raghul-M avatar Aug 05 '25 19:08 Raghul-M

Thank you @Raghul-M

ntkathole avatar Aug 06 '25 04:08 ntkathole