Skip to content

Commit ea94aa2

Browse files
authored
docs: Fix repeated field in DataSource docstring (feast-dev#3350)
Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu> Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu>
1 parent 2cb5f0d commit ea94aa2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sdk/python/feast/data_source.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,6 @@ class DataSource(ABC):
182182
tags (optional): A dictionary of key-value pairs to store arbitrary metadata.
183183
owner (optional): The owner of the data source, typically the email of the primary
184184
maintainer.
185-
timestamp_field (optional): Event timestamp field used for point in time
186-
joins of feature values.
187185
date_partition_column (optional): Timestamp column used for partitioning. Not supported by all offline stores.
188186
"""
189187

0 commit comments

Comments
 (0)