There was an error while loading. Please reload this page.
1 parent 5d4b055 commit a882b74Copy full SHA for a882b74
1 file changed
sdk/python/feast/data_source.py
@@ -178,8 +178,8 @@ class DataSource(ABC):
178
179
Args:
180
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.
+ event_timestamp_column (optional): (Deprecated in favor of timestamp_field) Event
+ timestamp column used for point in time joins of feature values.
183
created_timestamp_column (optional): Timestamp column indicating when the row
184
was created, used for deduplicating rows.
185
field_mapping (optional): A dictionary mapping of column names in this data
0 commit comments