FeatureGroupDataCatalogConfig

data class FeatureGroupDataCatalogConfig(val catalog: String, val database: String, val tableName: String)

Constructors

Link copied to clipboard
constructor(catalog: String, database: String, tableName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Glue table catalog.

Link copied to clipboard

The name of the Glue table database.

Link copied to clipboard

The name of the Glue table.