We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c871a59 commit 1f16637Copy full SHA for 1f16637
sdk/python/feast/data_source.py
@@ -227,7 +227,6 @@ def __init__(
227
),
228
DeprecationWarning,
229
)
230
- self.name = name
231
self.timestamp_field = timestamp_field or event_timestamp_column or ""
232
self.created_timestamp_column = (
233
created_timestamp_column if created_timestamp_column else ""
0 commit comments