From bf7787c597b59c821c486835f6ec8a6b0d680b50 Mon Sep 17 00:00:00 2001 From: Abhin Chhabra Date: Wed, 1 Jun 2022 15:10:50 -0400 Subject: [PATCH] Fix minor documentation typo Signed-off-by: Abhin Chhabra --- sdk/python/feast/data_source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/feast/data_source.py b/sdk/python/feast/data_source.py index 4392314bb8d..425143133ab 100644 --- a/sdk/python/feast/data_source.py +++ b/sdk/python/feast/data_source.py @@ -159,7 +159,7 @@ class DataSource(ABC): Args: name: Name of data source, which should be unique within a project - 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 joins of feature values. created_timestamp_column (optional): Timestamp column indicating when the row was created, used for deduplicating rows.