We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de97bd3 commit 5a7fcefCopy full SHA for 5a7fcef
sdk/python/feast/data_source.py
@@ -159,7 +159,7 @@ class DataSource(ABC):
159
160
Args:
161
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
+ event_timestamp_column (optional): (Deprecated) Event timestamp column used for point in time
163
joins of feature values.
164
created_timestamp_column (optional): Timestamp column indicating when the row
165
was created, used for deduplicating rows.
0 commit comments