We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eacb815 commit 51301a4Copy full SHA for 51301a4
sdk/python/feast/infra/registry/registry.py
@@ -30,12 +30,9 @@
30
from feast.errors import (
31
ConflictingFeatureViewNames,
32
DataSourceNotFoundException,
33
- DataSourceObjectNotFoundException,
34
EntityNotFoundException,
35
FeatureServiceNotFoundException,
36
FeatureViewNotFoundException,
37
- OnDemandFeatureViewNotFoundException,
38
- SavedDatasetNotFound,
39
ValidationReferenceNotFound,
40
)
41
from feast.feature_service import FeatureService
0 commit comments