We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c7812b commit 6c9a21fCopy full SHA for 6c9a21f
sdk/python/feast/infra/materialization/snowflake_engine.py
@@ -285,7 +285,9 @@ def _materialize_one(
285
286
fv_latest_values_sql = offline_job.to_sql()
287
288
- first_feature_view_entity_name = getattr(feature_view.entity_columns[0], "name", None)
+ first_feature_view_entity_name = getattr(
289
+ feature_view.entity_columns[0], "name", None
290
+ )
291
if (
292
first_feature_view_entity_name == DUMMY_ENTITY_ID
293
): # entityless Feature View's placeholder entity
0 commit comments