Oracle (contrib)
Description
Disclaimer
Examples
from feast.infra.offline_stores.contrib.oracle_offline_store.oracle_source import (
OracleSource,
)
driver_stats_source = OracleSource(
name="driver_hourly_stats",
table_ref="DRIVER_HOURLY_STATS",
event_timestamp_column="EVENT_TIMESTAMP",
created_timestamp_column="CREATED",
)Supported Types
Last updated
Was this helpful?