From 354618d2412bb0aee89177fbbd913d0f11447a19 Mon Sep 17 00:00:00 2001 From: Achal Shah Date: Thu, 16 Jun 2022 21:05:34 -0700 Subject: [PATCH] docs: Fix deprecated tag in data source documentation Signed-off-by: Achal Shah --- sdk/python/feast/data_source.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/python/feast/data_source.py b/sdk/python/feast/data_source.py index 3bc9d98e62c..674a8b03949 100644 --- a/sdk/python/feast/data_source.py +++ b/sdk/python/feast/data_source.py @@ -178,9 +178,9 @@ class DataSource(ABC): Args: name: Name of data source, which should be unique within a project - 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 joins of feature values. - created_timestamp_column (optional): Timestamp column indicating when the row + created_timestamp_column (optional): (Deprecated) Timestamp column indicating when the row was created, used for deduplicating rows. field_mapping (optional): A dictionary mapping of column names in this data source to feature names in a feature table or view. Only used for feature