SqlEndpoint

class oci.data_flow.models.SqlEndpoint(**kwargs)

Bases: object

The description of a SQL Endpoint.

Attributes

LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a SqlEndpoint.
LIFECYCLE_STATE_CREATING A constant which can be used with the lifecycle_state property of a SqlEndpoint.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a SqlEndpoint.
LIFECYCLE_STATE_DELETING A constant which can be used with the lifecycle_state property of a SqlEndpoint.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a SqlEndpoint.
LIFECYCLE_STATE_NEEDS_ATTENTION A constant which can be used with the lifecycle_state property of a SqlEndpoint.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a SqlEndpoint.
banner_message Gets the banner_message of this SqlEndpoint.
compartment_id [Required] Gets the compartment_id of this SqlEndpoint.
defined_tags Gets the defined_tags of this SqlEndpoint.
description [Required] Gets the description of this SqlEndpoint.
display_name [Required] Gets the display_name of this SqlEndpoint.
driver_shape [Required] Gets the driver_shape of this SqlEndpoint.
driver_shape_config Gets the driver_shape_config of this SqlEndpoint.
executor_shape [Required] Gets the executor_shape of this SqlEndpoint.
executor_shape_config Gets the executor_shape_config of this SqlEndpoint.
freeform_tags Gets the freeform_tags of this SqlEndpoint.
id [Required] Gets the id of this SqlEndpoint.
jdbc_endpoint_url Gets the jdbc_endpoint_url of this SqlEndpoint.
lake_id [Required] Gets the lake_id of this SqlEndpoint.
last_accepted_request_token Gets the last_accepted_request_token of this SqlEndpoint.
lifecycle_state Gets the lifecycle_state of this SqlEndpoint.
max_executor_count [Required] Gets the max_executor_count of this SqlEndpoint.
metastore_id [Required] Gets the metastore_id of this SqlEndpoint.
min_executor_count [Required] Gets the min_executor_count of this SqlEndpoint.
network_configuration Gets the network_configuration of this SqlEndpoint.
spark_advanced_configurations Gets the spark_advanced_configurations of this SqlEndpoint.
sql_endpoint_version [Required] Gets the sql_endpoint_version of this SqlEndpoint.
state_message Gets the state_message of this SqlEndpoint.
system_tags Gets the system_tags of this SqlEndpoint.
time_created Gets the time_created of this SqlEndpoint.
time_updated Gets the time_updated of this SqlEndpoint.
warehouse_bucket_uri [Required] Gets the warehouse_bucket_uri of this SqlEndpoint.

Methods

__init__(**kwargs) Initializes a new SqlEndpoint object with values from keyword arguments.
LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a SqlEndpoint. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_CREATING = 'CREATING'

A constant which can be used with the lifecycle_state property of a SqlEndpoint. This constant has a value of “CREATING”

LIFECYCLE_STATE_DELETED = 'DELETED'

A constant which can be used with the lifecycle_state property of a SqlEndpoint. This constant has a value of “DELETED”

LIFECYCLE_STATE_DELETING = 'DELETING'

A constant which can be used with the lifecycle_state property of a SqlEndpoint. This constant has a value of “DELETING”

LIFECYCLE_STATE_FAILED = 'FAILED'

A constant which can be used with the lifecycle_state property of a SqlEndpoint. This constant has a value of “FAILED”

LIFECYCLE_STATE_NEEDS_ATTENTION = 'NEEDS_ATTENTION'

A constant which can be used with the lifecycle_state property of a SqlEndpoint. This constant has a value of “NEEDS_ATTENTION”

LIFECYCLE_STATE_UPDATING = 'UPDATING'

A constant which can be used with the lifecycle_state property of a SqlEndpoint. This constant has a value of “UPDATING”

__init__(**kwargs)

Initializes a new SqlEndpoint object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this SqlEndpoint.
  • display_name (str) – The value to assign to the display_name property of this SqlEndpoint.
  • compartment_id (str) – The value to assign to the compartment_id property of this SqlEndpoint.
  • jdbc_endpoint_url (str) – The value to assign to the jdbc_endpoint_url property of this SqlEndpoint.
  • time_created (datetime) – The value to assign to the time_created property of this SqlEndpoint.
  • time_updated (datetime) – The value to assign to the time_updated property of this SqlEndpoint.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this SqlEndpoint. Allowed values for this property are: “CREATING”, “ACTIVE”, “DELETING”, “DELETED”, “FAILED”, “UPDATING”, “NEEDS_ATTENTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • state_message (str) – The value to assign to the state_message property of this SqlEndpoint.
  • sql_endpoint_version (str) – The value to assign to the sql_endpoint_version property of this SqlEndpoint.
  • driver_shape (str) – The value to assign to the driver_shape property of this SqlEndpoint.
  • driver_shape_config (oci.data_flow.models.ShapeConfig) – The value to assign to the driver_shape_config property of this SqlEndpoint.
  • executor_shape (str) – The value to assign to the executor_shape property of this SqlEndpoint.
  • executor_shape_config (oci.data_flow.models.ShapeConfig) – The value to assign to the executor_shape_config property of this SqlEndpoint.
  • min_executor_count (int) – The value to assign to the min_executor_count property of this SqlEndpoint.
  • max_executor_count (int) – The value to assign to the max_executor_count property of this SqlEndpoint.
  • metastore_id (str) – The value to assign to the metastore_id property of this SqlEndpoint.
  • lake_id (str) – The value to assign to the lake_id property of this SqlEndpoint.
  • warehouse_bucket_uri (str) – The value to assign to the warehouse_bucket_uri property of this SqlEndpoint.
  • description (str) – The value to assign to the description property of this SqlEndpoint.
  • last_accepted_request_token (str) – The value to assign to the last_accepted_request_token property of this SqlEndpoint.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this SqlEndpoint.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this SqlEndpoint.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this SqlEndpoint.
  • spark_advanced_configurations (dict(str, str)) – The value to assign to the spark_advanced_configurations property of this SqlEndpoint.
  • banner_message (str) – The value to assign to the banner_message property of this SqlEndpoint.
  • network_configuration (oci.data_flow.models.SqlEndpointNetworkConfiguration) – The value to assign to the network_configuration property of this SqlEndpoint.
banner_message

Gets the banner_message of this SqlEndpoint. The SQL Endpoint message displayed as a banner to provide user with any action items required on the resource.

Returns:The banner_message of this SqlEndpoint.
Return type:str
compartment_id

[Required] Gets the compartment_id of this SqlEndpoint. The OCID of a compartment.

Returns:The compartment_id of this SqlEndpoint.
Return type:str
defined_tags

Gets the defined_tags of this SqlEndpoint. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}

Returns:The defined_tags of this SqlEndpoint.
Return type:dict(str, dict(str, object))
description

[Required] Gets the description of this SqlEndpoint. The description of the SQL Endpoint.

Returns:The description of this SqlEndpoint.
Return type:str
display_name

[Required] Gets the display_name of this SqlEndpoint. The SQL Endpoint name, which can be changed.

Returns:The display_name of this SqlEndpoint.
Return type:str
driver_shape

[Required] Gets the driver_shape of this SqlEndpoint. The shape of the SQL Endpoint driver instance.

Returns:The driver_shape of this SqlEndpoint.
Return type:str
driver_shape_config

Gets the driver_shape_config of this SqlEndpoint.

Returns:The driver_shape_config of this SqlEndpoint.
Return type:oci.data_flow.models.ShapeConfig
executor_shape

[Required] Gets the executor_shape of this SqlEndpoint. The shape of the SQL Endpoint executor instance.

Returns:The executor_shape of this SqlEndpoint.
Return type:str
executor_shape_config

Gets the executor_shape_config of this SqlEndpoint.

Returns:The executor_shape_config of this SqlEndpoint.
Return type:oci.data_flow.models.ShapeConfig
freeform_tags

Gets the freeform_tags of this SqlEndpoint. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”}

Returns:The freeform_tags of this SqlEndpoint.
Return type:dict(str, str)
id

[Required] Gets the id of this SqlEndpoint. The provision identifier that is immutable on creation.

Returns:The id of this SqlEndpoint.
Return type:str
jdbc_endpoint_url

Gets the jdbc_endpoint_url of this SqlEndpoint. The JDBC URL field. For example, jdbc:spark://{serviceFQDN}:443/default;SparkServerType=DFI

Returns:The jdbc_endpoint_url of this SqlEndpoint.
Return type:str
lake_id

[Required] Gets the lake_id of this SqlEndpoint. The OCID of OCI Lake.

Returns:The lake_id of this SqlEndpoint.
Return type:str
last_accepted_request_token

Gets the last_accepted_request_token of this SqlEndpoint. This token is used by Splat, and indicates that the service accepts the request, and that the request is currently being processed.

Returns:The last_accepted_request_token of this SqlEndpoint.
Return type:str
lifecycle_state

Gets the lifecycle_state of this SqlEndpoint. The current state of the Sql Endpoint.

Allowed values for this property are: “CREATING”, “ACTIVE”, “DELETING”, “DELETED”, “FAILED”, “UPDATING”, “NEEDS_ATTENTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this SqlEndpoint.
Return type:str
max_executor_count

[Required] Gets the max_executor_count of this SqlEndpoint. The maximum number of executors.

Returns:The max_executor_count of this SqlEndpoint.
Return type:int
metastore_id

[Required] Gets the metastore_id of this SqlEndpoint. The OCID of OCI Hive Metastore.

Returns:The metastore_id of this SqlEndpoint.
Return type:str
min_executor_count

[Required] Gets the min_executor_count of this SqlEndpoint. The minimum number of executors.

Returns:The min_executor_count of this SqlEndpoint.
Return type:int
network_configuration

Gets the network_configuration of this SqlEndpoint.

Returns:The network_configuration of this SqlEndpoint.
Return type:oci.data_flow.models.SqlEndpointNetworkConfiguration
spark_advanced_configurations

Gets the spark_advanced_configurations of this SqlEndpoint. The Spark configuration passed to the running process. See https://spark.apache.org/docs/latest/configuration.html#available-properties. Example: { “spark.app.name” : “My App Name”, “spark.shuffle.io.maxRetries” : “4” } Note: Not all Spark properties are permitted to be set. Attempting to set a property that is not allowed to be overwritten will cause a 400 status to be returned.

Returns:The spark_advanced_configurations of this SqlEndpoint.
Return type:dict(str, str)
sql_endpoint_version

[Required] Gets the sql_endpoint_version of this SqlEndpoint. The version of SQL Endpoint.

Returns:The sql_endpoint_version of this SqlEndpoint.
Return type:str
state_message

Gets the state_message of this SqlEndpoint. A message describing the reason why the resource is in it’s current state. Helps bubble up errors in state changes. For example, it can be used to provide actionable information for a resource in the Failed state.

Returns:The state_message of this SqlEndpoint.
Return type:str
system_tags

Gets the system_tags of this SqlEndpoint. The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}

Returns:The system_tags of this SqlEndpoint.
Return type:dict(str, dict(str, object))
time_created

Gets the time_created of this SqlEndpoint. The time the Sql Endpoint was created. An RFC3339 formatted datetime string.

Returns:The time_created of this SqlEndpoint.
Return type:datetime
time_updated

Gets the time_updated of this SqlEndpoint. The time the Sql Endpoint was updated. An RFC3339 formatted datetime string.

Returns:The time_updated of this SqlEndpoint.
Return type:datetime
warehouse_bucket_uri

[Required] Gets the warehouse_bucket_uri of this SqlEndpoint. The warehouse bucket URI. It is a Oracle Cloud Infrastructure Object Storage bucket URI as defined here https://docs.oracle.com/en/cloud/paas/atp-cloud/atpud/object-storage-uris.html

Returns:The warehouse_bucket_uri of this SqlEndpoint.
Return type:str