CreatePolarisIcebergCatalogDetails

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

Bases: oci.golden_gate.models.create_iceberg_catalog_details.CreateIcebergCatalogDetails

The information about a new Polaris 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
catalog_type [Required] Gets the catalog_type of this CreateIcebergCatalogDetails.
client_id [Required] Gets the client_id of this CreatePolarisIcebergCatalogDetails.
client_secret_secret_id [Required] Gets the client_secret_secret_id of this CreatePolarisIcebergCatalogDetails.
name [Required] Gets the name of this CreatePolarisIcebergCatalogDetails.
principal_role [Required] Gets the principal_role of this CreatePolarisIcebergCatalogDetails.
uri [Required] Gets the uri of this CreatePolarisIcebergCatalogDetails.

Methods

__init__(**kwargs) Initializes a new CreatePolarisIcebergCatalogDetails 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 CreatePolarisIcebergCatalogDetails object with values from keyword arguments. The default value of the catalog_type attribute of this class is POLARIS 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 CreatePolarisIcebergCatalogDetails. Allowed values for this property are: “GLUE”, “HADOOP”, “NESSIE”, “POLARIS”, “REST”
  • uri (str) – The value to assign to the uri property of this CreatePolarisIcebergCatalogDetails.
  • name (str) – The value to assign to the name property of this CreatePolarisIcebergCatalogDetails.
  • client_id (str) – The value to assign to the client_id property of this CreatePolarisIcebergCatalogDetails.
  • client_secret_secret_id (str) – The value to assign to the client_secret_secret_id property of this CreatePolarisIcebergCatalogDetails.
  • principal_role (str) – The value to assign to the principal_role property of this CreatePolarisIcebergCatalogDetails.
catalog_type

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

Allowed values for this property are: “GLUE”, “HADOOP”, “NESSIE”, “POLARIS”, “REST”

Returns:The catalog_type of this CreateIcebergCatalogDetails.
Return type:str
client_id

[Required] Gets the client_id of this CreatePolarisIcebergCatalogDetails. The OAuth client ID used for authentication.

Returns:The client_id of this CreatePolarisIcebergCatalogDetails.
Return type:str
client_secret_secret_id

[Required] Gets the client_secret_secret_id of this CreatePolarisIcebergCatalogDetails. The OCID of the Secret that stores the password Oracle GoldenGate uses to connect to Snowflake platform.

Returns:The client_secret_secret_id of this CreatePolarisIcebergCatalogDetails.
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.

name

[Required] Gets the name of this CreatePolarisIcebergCatalogDetails. The catalog name within Polaris where Iceberg tables are registered.

Returns:The name of this CreatePolarisIcebergCatalogDetails.
Return type:str
principal_role

[Required] Gets the principal_role of this CreatePolarisIcebergCatalogDetails. The Snowflake role used to access Polaris.

Returns:The principal_role of this CreatePolarisIcebergCatalogDetails.
Return type:str
uri

[Required] Gets the uri of this CreatePolarisIcebergCatalogDetails. The URL endpoint for the Polaris API. e.g.: ‘https://<your-snowflake-account>.snowflakecomputing.com/polaris/api/catalog’

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