good first issuekind/bugpriority/p2
Métricas do repositório
- Stars
- (5.029 stars)
- Métricas de merge de PR
- (Mesclagem média 8d 20h) (55 fundiu PRs em 30d)
Description
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
Steps to reproduce
Update great-expectations to latest and run sdk/python/tests/integration/offline_store/test_dqm_validation.py