Athena (contrib)
Description
Disclaimer
Examples
from feast.infra.offline_stores.contrib.athena_offline_store.athena_source import (
AthenaSource,
)
driver_stats_source = AthenaSource(
name="driver_hourly_stats",
table="driver_hourly_stats",
database="my_database",
data_source="AwsDataCatalog",
timestamp_field="event_timestamp",
created_timestamp_column="created",
)Supported Types
Last updated
Was this helpful?