Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/python/feast/data_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class DataSource(ABC):

Args:
name: Name of data source, which should be unique within a project
timestamp_field (optional): (Deprecated) Event timestamp column used for point in time
event_timestamp_column (optional): (Deprecated) Event timestamp column used for point in time
joins of feature values.
created_timestamp_column (optional): Timestamp column indicating when the row
was created, used for deduplicating rows.
Expand Down