Skip to content

Commit fcf2917

Browse files
trying to debug a test
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent 34f99b9 commit fcf2917

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdk/python/feast/infra/materialization/snowflake_engine.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,8 @@ def _materialize_one(
285285

286286
fv_latest_values_sql = offline_job.to_sql()
287287

288+
print(f'this is for fja {feature_view}')
289+
print(f'\nthis is for fja 2 {feature_view.entity_columns}')
288290
if (
289291
feature_view.entity_columns[0].name == DUMMY_ENTITY_ID
290292
): # entityless Feature View's placeholder entity

0 commit comments

Comments
 (0)