@@ -264,6 +264,8 @@ Connection Parameters
264264+-----------------------------------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------+----------+
265265| app_name | str | The name of the IdP application used for authentication | None | No |
266266+-----------------------------------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------+----------+
267+ | auth_profile | str | The name of an Amazon Redshift Authentication profile having connection properties as JSON. See the RedshiftProperty class to learn how connection parameters should be named. | None | No |
268+ +-----------------------------------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------+----------+
267269| auto_create | bool | Indicates whether the user should be created if they do not exist | FALSE | No |
268270+-----------------------------------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------+----------+
269271| client_id | str | The client id from Azure IdP | None | No |
@@ -282,6 +284,8 @@ Connection Parameters
282284+-----------------------------------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------+----------+
283285| db_user | str | The user ID to use with Amazon Redshift | None | No |
284286+-----------------------------------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------+----------+
287+ | endpoint_url | str | The Amazon Redshift endpoint url. This option is only used by AWS internal teams. | None | No |
288+ +-----------------------------------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------+----------+
285289| host | str | The hostname of Amazon Redshift cluster | None | No |
286290+-----------------------------------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------+----------+
287291| iam | bool | If IAM Authentication is enabled | FALSE | No |
@@ -330,6 +334,7 @@ Connection Parameters
330334+-----------------------------------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------+----------+
331335| web_identity_token | str | The OAuth 2.0 access token or OpenID Connect ID token that is provided by the identity provider. Your application must get this token by authenticating the user who is using your application with a web identity provider. This parameter is used by JwtCredentialsProvider. For this provider, this is a mandatory parameter. | None | No |
332336+-----------------------------------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------+----------+
337+
333338Supported Datatypes
334339~~~~~~~~~~~~~~~~~~~
335340``redshift_connector `` supports the following Amazon Redshift datatypes. ``redshift_connector `` will attempt to treat unsupported datatypes as strings.
0 commit comments