OfflineStoreConfigProperties

data class OfflineStoreConfigProperties(val dataCatalogConfig: FeatureGroupDataCatalogConfig? = null, val disableGlueTableCreation: Boolean? = null, val s3StorageConfig: FeatureGroupS3StorageConfig, val tableFormat: FeatureGroupTableFormat? = null)

The configuration of an OfflineStore .

Constructors

Link copied to clipboard
constructor(dataCatalogConfig: FeatureGroupDataCatalogConfig? = null, disableGlueTableCreation: Boolean? = null, s3StorageConfig: FeatureGroupS3StorageConfig, tableFormat: FeatureGroupTableFormat? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The meta data of the Glue table that is autogenerated when an OfflineStore is created.

Link copied to clipboard

Set to True to disable the automatic creation of an AWS Glue table when configuring an OfflineStore . If set to False , Feature Store will name the OfflineStore Glue table following Athena's naming recommendations . The default value is False .

Link copied to clipboard

The Amazon Simple Storage (Amazon S3) location of OfflineStore .

Link copied to clipboard

Format for the offline store table. Supported formats are Glue (Default) and Apache Iceberg .