Skip to content

Commit 08d0f2a

Browse files
authored
Merge branch 'master' into aggregation-odfv
2 parents db15d1f + c6971d2 commit 08d0f2a

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)