NessieIcebergCatalogSummary

class oci.golden_gate.models.NessieIcebergCatalogSummary(**kwargs)

Bases: oci.golden_gate.models.iceberg_catalog_summary.IcebergCatalogSummary

Summary of the Nessie catalog used in the Iceberg connection.

Attributes

CATALOG_TYPE_GLUE str(object=’’) -> str
CATALOG_TYPE_HADOOP str(object=’’) -> str
CATALOG_TYPE_NESSIE str(object=’’) -> str
CATALOG_TYPE_POLARIS str(object=’’) -> str
CATALOG_TYPE_REST str(object=’’) -> str
branch [Required] Gets the branch of this NessieIcebergCatalogSummary.
catalog_type [Required] Gets the catalog_type of this IcebergCatalogSummary.
uri [Required] Gets the uri of this NessieIcebergCatalogSummary.

Methods

__init__(**kwargs) Initializes a new NessieIcebergCatalogSummary object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
CATALOG_TYPE_GLUE = 'GLUE'
CATALOG_TYPE_HADOOP = 'HADOOP'
CATALOG_TYPE_NESSIE = 'NESSIE'
CATALOG_TYPE_POLARIS = 'POLARIS'
CATALOG_TYPE_REST = 'REST'
__init__(**kwargs)

Initializes a new NessieIcebergCatalogSummary object with values from keyword arguments. The default value of the catalog_type attribute of this class is NESSIE and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • catalog_type (str) – The value to assign to the catalog_type property of this NessieIcebergCatalogSummary. Allowed values for this property are: “GLUE”, “HADOOP”, “NESSIE”, “POLARIS”, “REST”
  • uri (str) – The value to assign to the uri property of this NessieIcebergCatalogSummary.
  • branch (str) – The value to assign to the branch property of this NessieIcebergCatalogSummary.
branch

[Required] Gets the branch of this NessieIcebergCatalogSummary. The active branch of the Nessie catalog from which Iceberg reads and writes table metadata.

Returns:The branch of this NessieIcebergCatalogSummary.
Return type:str
catalog_type

[Required] Gets the catalog_type of this IcebergCatalogSummary. The catalog type.

Allowed values for this property are: “GLUE”, “HADOOP”, “NESSIE”, “POLARIS”, “REST”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The catalog_type of this IcebergCatalogSummary.
Return type:str
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

uri

[Required] Gets the uri of this NessieIcebergCatalogSummary. Nessie URI. e.g.: ‘http://<nessie-server>.com:10001/api/v2’

Returns:The uri of this NessieIcebergCatalogSummary.
Return type:str