We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DataSource
1 parent 2cb5f0d commit ea94aa2Copy full SHA for ea94aa2
1 file changed
sdk/python/feast/data_source.py
@@ -182,8 +182,6 @@ class DataSource(ABC):
182
tags (optional): A dictionary of key-value pairs to store arbitrary metadata.
183
owner (optional): The owner of the data source, typically the email of the primary
184
maintainer.
185
- timestamp_field (optional): Event timestamp field used for point in time
186
- joins of feature values.
187
date_partition_column (optional): Timestamp column used for partitioning. Not supported by all offline stores.
188
"""
189
0 commit comments