We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22cc634 commit e1cabc8Copy full SHA for e1cabc8
sdk/python/feast/infra/gcp.py
@@ -8,7 +8,6 @@
8
import pyarrow
9
10
from feast import FeatureTable, utils
11
-from feast.data_source import BigQuerySource
12
from feast.feature_view import FeatureView
13
from feast.infra.key_encoding_utils import serialize_entity_key
14
from feast.infra.offline_stores.helpers import get_offline_store_from_sources
@@ -134,8 +133,6 @@ def materialize_single_feature_view(
134
133
registry: Registry,
135
project: str,
136
) -> None:
137
- assert isinstance(feature_view.input, BigQuerySource)
138
-
139
entities = []
140
for entity_name in feature_view.entities:
141
entities.append(registry.get_entity(entity_name, project))
0 commit comments