Skip to content

Commit c6971d2

Browse files
cutoutsyfengxiaochuan
andauthored
docs: Rename TrinoSource Parameters to match updated API (#5682)
doc: rename TrinoSource parameters to match updated API Signed-off-by: fengxiaochuan <[email protected]> Co-authored-by: fengxiaochuan <[email protected]>
1 parent 9728cde commit c6971d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/data-sources/trino.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ from feast.infra.offline_stores.contrib.trino_offline_store.trino_source import
2020
)
2121

2222
driver_hourly_stats = TrinoSource(
23-
event_timestamp_column="event_timestamp",
24-
table_ref="feast.driver_stats",
23+
timestamp_field="event_timestamp",
24+
table="feast.driver_stats",
2525
created_timestamp_column="created",
2626
)
2727
```

0 commit comments

Comments
 (0)