Skip to content

Commit 340b98a

Browse files
committed
Fix
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
1 parent 61230c8 commit 340b98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/feast/feature_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ def apply(
679679
data_sources_set_to_update.add(rfv.request_data_source)
680680

681681
for odfv in odfvs_to_update:
682-
for v in odfv.source_request_data_sources.values():
682+
for v in odfv.source_request_sources.values():
683683
data_sources_set_to_update.add(v)
684684

685685
data_sources_to_update = list(data_sources_set_to_update)

0 commit comments

Comments
 (0)