There was an error while loading. Please reload this page.
1 parent 7d57724 commit 354618dCopy full SHA for 354618d
1 file changed
sdk/python/feast/data_source.py
@@ -178,9 +178,9 @@ 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
+ event_timestamp_column (optional): Event timestamp column used for point in time
182
joins of feature values.
183
- created_timestamp_column (optional): Timestamp column indicating when the row
+ created_timestamp_column (optional): (Deprecated) 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
186
source to feature names in a feature table or view. Only used for feature
0 commit comments