Skip to content

Commit a882b74

Browse files
committed
Clarify comment
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
1 parent 5d4b055 commit a882b74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sdk/python/feast/data_source.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ class DataSource(ABC):
178178
179179
Args:
180180
name: Name of data source, which should be unique within a project
181-
event_timestamp_column (optional): (Deprecated) Event timestamp column used for point in time
182-
joins of feature values.
181+
event_timestamp_column (optional): (Deprecated in favor of timestamp_field) Event
182+
timestamp column used for point in time joins of feature values.
183183
created_timestamp_column (optional): Timestamp column indicating when the row
184184
was created, used for deduplicating rows.
185185
field_mapping (optional): A dictionary mapping of column names in this data

0 commit comments

Comments
 (0)