We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9728cde commit c6971d2Copy full SHA for c6971d2
docs/reference/data-sources/trino.md
@@ -20,8 +20,8 @@ from feast.infra.offline_stores.contrib.trino_offline_store.trino_source import
20
)
21
22
driver_hourly_stats = TrinoSource(
23
- event_timestamp_column="event_timestamp",
24
- table_ref="feast.driver_stats",
+ timestamp_field="event_timestamp",
+ table="feast.driver_stats",
25
created_timestamp_column="created",
26
27
```
0 commit comments