Skip to content

Commit 956c833

Browse files
committed
fix: Fix Feast UI failure with new way of specifying entities
Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent 53de535 commit 956c833

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

ui/feature_repo/test_get_features.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
import pandas as pd
2-
from feast import FeatureStore
3-
from feast.infra.offline_stores.file import SavedDatasetFileStorage
4-
5-
from feast.dqm.profilers.ge_profiler import ge_profiler
6-
72
from great_expectations.core.expectation_suite import ExpectationSuite
83
from great_expectations.dataset import PandasDataset
94

5+
from feast import FeatureStore
6+
from feast.dqm.profilers.ge_profiler import ge_profiler
7+
from feast.infra.offline_stores.file import SavedDatasetFileStorage
8+
109
DELTA = 0.1 # controlling allowed window in fraction of the value on scale [0, 1]
1110
# Note: the GE integration allows asserting differences between datasets. The "ds" below is the reference dataset to check and this generates the expectation suite which can be used against future datasets.
1211
# It's used via ge.validate(new_dataset, ExpectationSuite)

0 commit comments

Comments
 (0)