Skip to content

Commit 1f16637

Browse files
committed
Fix
Signed-off-by: Kevin Zhang <[email protected]>
1 parent c871a59 commit 1f16637

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdk/python/feast/data_source.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ def __init__(
227227
),
228228
DeprecationWarning,
229229
)
230-
self.name = name
231230
self.timestamp_field = timestamp_field or event_timestamp_column or ""
232231
self.created_timestamp_column = (
233232
created_timestamp_column if created_timestamp_column else ""

0 commit comments

Comments
 (0)