Skip to content

Commit 5a7fcef

Browse files
chore: Fix minor documentation typo (#2752)
Signed-off-by: Abhin Chhabra <[email protected]>
1 parent de97bd3 commit 5a7fcef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/feast/data_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class DataSource(ABC):
159159
160160
Args:
161161
name: Name of data source, which should be unique within a project
162-
timestamp_field (optional): (Deprecated) Event timestamp column used for point in time
162+
event_timestamp_column (optional): (Deprecated) Event timestamp column used for point in time
163163
joins of feature values.
164164
created_timestamp_column (optional): Timestamp column indicating when the row
165165
was created, used for deduplicating rows.

0 commit comments

Comments
 (0)