feast-dev/feast

Update great-expectations to latest (>1)

开放

#5,087 创建于 2025年2月25日

 (8 条评论) (0 个反应) (0 位负责人)Python (896 个派生)batch import
good first issuekind/bugpriority/p2

仓库指标

星标
 (5,029 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南