We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e536a commit a87c4b4Copy full SHA for a87c4b4
sdk/python/feast/infra/offline_stores/ibis.py
@@ -82,6 +82,7 @@ def pull_latest_from_table_or_query_ibis(
82
return IbisRetrievalJob(
83
table=table,
84
on_demand_feature_views=[],
85
+ unified_feature_views=[],
86
full_feature_names=False,
87
metadata=None,
88
data_source_writer=data_source_writer,
@@ -303,6 +304,7 @@ def pull_all_from_table_or_query_ibis(
303
304
305
306
307
308
309
310
0 commit comments