From 434af7347d850bd4322911e149527e8d6b77dea8 Mon Sep 17 00:00:00 2001 From: niklasvm Date: Thu, 12 Dec 2024 11:13:01 +0200 Subject: [PATCH] add arg to docstring Signed-off-by: niklasvm --- .../offline_stores/contrib/spark_offline_store/spark_source.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk/python/feast/infra/offline_stores/contrib/spark_offline_store/spark_source.py b/sdk/python/feast/infra/offline_stores/contrib/spark_offline_store/spark_source.py index 37af91e9a1..7ad331239f 100644 --- a/sdk/python/feast/infra/offline_stores/contrib/spark_offline_store/spark_source.py +++ b/sdk/python/feast/infra/offline_stores/contrib/spark_offline_store/spark_source.py @@ -65,6 +65,8 @@ def __init__( maintainer. timestamp_field: Event timestamp field used for point-in-time joins of feature values. + date_partition_column: The column to partition the data on for faster + retrieval. This is useful for large tables and will limit the number ofi """ # If no name, use the table as the default name. if name is None and table is None: