Skip to content

Commit e1cabc8

Browse files
committed
Remove too-restrictive assert
Signed-off-by: Jacob Klegar <[email protected]>
1 parent 22cc634 commit e1cabc8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sdk/python/feast/infra/gcp.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import pyarrow
99

1010
from feast import FeatureTable, utils
11-
from feast.data_source import BigQuerySource
1211
from feast.feature_view import FeatureView
1312
from feast.infra.key_encoding_utils import serialize_entity_key
1413
from feast.infra.offline_stores.helpers import get_offline_store_from_sources
@@ -134,8 +133,6 @@ def materialize_single_feature_view(
134133
registry: Registry,
135134
project: str,
136135
) -> None:
137-
assert isinstance(feature_view.input, BigQuerySource)
138-
139136
entities = []
140137
for entity_name in feature_view.entities:
141138
entities.append(registry.get_entity(entity_name, project))

0 commit comments

Comments
 (0)