feast-dev/feast

Update great-expectations to latest (>1)

オープン

#5,087 opened on 2025/02/25

 (8 件のコメント) (0 件のリアクション) (0 人の担当者)Python (896 件のフォーク)batch import
good first issuekind/bugpriority/p2

Repository metrics

Stars
 (5,029 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド