Configuration

<< Click to Display Table of Contents >>

Raynet One Data Hub > 14.0 > Connectors > Alphabetic Connector List > Amazon Athena > Connector Parameters 

Configuration

Allow Sub-account Skips

This parameter determines whether a task will fail if the authentication with a sub-account fails.

 

Technical Name

allow_sub_account_skips

Category

Functional

Type

Boolean (true or false)

Default Value

false

Example Values

false, true

 

finger1

Be aware:

If a task does not fail when the authentication with a sub-account fails, this might lead to incomplete data.

 

AWS Regions

This parameter contains a comma-separated list of AWS-regions from where to fetch the data. Omit this parameter or set it to an empty string in order to fetch data from all active regions.

 

Technical Name

regions

Category

Functional

Type

Array

Default Value

{empty}

Example Values

eu-west-1,us-east-2

 

A list with all available regions can be found at: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html.

 

AWS Account List

This parameter contains the list of AWS-accounts from which data will be fetched.

 

Technical Name

accounts

Category

Functional

Type

Array

Default Value

{empty}

Example Values

"123456789876", "987654321234"

 

If this parameter is set, SubAccountAssumeRoleArnChain must also be set and masterAccountAssumeRoleArnChain must be omitted. Omit this parameter, if masterAccountAssumeRoleArnChain should be used instead.

 

Athena Bucket Name

This parameter contains the name of the bucket from which to fetch the data.

 

Technical Name

athena_bucket_name

Category

Functional

Type

String

null

Default Value

null

Example Values

null, s3://bucketscott2

 

Athena Query

This parameter contains the SQL query that will be executed.

 

Technical Name

athena_query

Category

Functional

Type

String

Default Value

{empty}

Example Values

Select * FROM scott2;

 

Workgroup

This parameter contains the name of the workgroup in which the query is being started.

 

Technical Name

workgroup

Category

Functional

Type

String

Default Value

{empty}

Example Values

AthenaAdmin

 

Database

This parameter contains the name of the database which will be targeted.

 

Technical Name

database

Category

Functional

Type

String

null

Default Value

null

Example Values

null

 

Catalog

This parameter contains the name of the data catalog that is used in the query execution.

 

Technical Name

catalog

Category

Functional

Type

String

null

Default Value

null

Example Values

null, AwsDataCatalog