Skip to content

Commit 354618d

Browse files
committed
docs: Fix deprecated tag in data source documentation
Signed-off-by: Achal Shah <achals@gmail.com>
1 parent 7d57724 commit 354618d

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,9 +178,9 @@ 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
181+
event_timestamp_column (optional): Event timestamp column used for point in time
182182
joins of feature values.
183-
created_timestamp_column (optional): Timestamp column indicating when the row
183+
created_timestamp_column (optional): (Deprecated) 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
186186
source to feature names in a feature table or view. Only used for feature

0 commit comments

Comments
 (0)