IcebergCatalog¶
-
class
oci.golden_gate.models.
IcebergCatalog
(**kwargs)¶ Bases:
object
Represents the catalog of given type used in an Iceberg connection.
Attributes
CATALOG_TYPE_GLUE
A constant which can be used with the catalog_type property of a IcebergCatalog. CATALOG_TYPE_HADOOP
A constant which can be used with the catalog_type property of a IcebergCatalog. CATALOG_TYPE_NESSIE
A constant which can be used with the catalog_type property of a IcebergCatalog. CATALOG_TYPE_POLARIS
A constant which can be used with the catalog_type property of a IcebergCatalog. CATALOG_TYPE_REST
A constant which can be used with the catalog_type property of a IcebergCatalog. catalog_type
[Required] Gets the catalog_type of this IcebergCatalog. Methods
__init__
(**kwargs)Initializes a new IcebergCatalog 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'¶ A constant which can be used with the catalog_type property of a IcebergCatalog. This constant has a value of “GLUE”
-
CATALOG_TYPE_HADOOP
= 'HADOOP'¶ A constant which can be used with the catalog_type property of a IcebergCatalog. This constant has a value of “HADOOP”
-
CATALOG_TYPE_NESSIE
= 'NESSIE'¶ A constant which can be used with the catalog_type property of a IcebergCatalog. This constant has a value of “NESSIE”
-
CATALOG_TYPE_POLARIS
= 'POLARIS'¶ A constant which can be used with the catalog_type property of a IcebergCatalog. This constant has a value of “POLARIS”
-
CATALOG_TYPE_REST
= 'REST'¶ A constant which can be used with the catalog_type property of a IcebergCatalog. This constant has a value of “REST”
-
__init__
(**kwargs)¶ Initializes a new IcebergCatalog object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
GlueIcebergCatalog
PolarisIcebergCatalog
RestIcebergCatalog
NessieIcebergCatalog
HadoopIcebergCatalog
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 IcebergCatalog. 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’.
-
catalog_type
¶ [Required] Gets the catalog_type of this IcebergCatalog. 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 IcebergCatalog. 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.
-