Athena
Kubemq athena target connector allows services using kubemq server to access aws athena service.
Prerequisites
The following required to run the aws-athena target connector:
kubemq cluster
aws account with athena active service
kubemq-source deployment
Configuration
athena target connector configuration properties:
Example:
Usage
List Catalogs
list all catalogs
List Catalogs:
Example:
List Databases
list all databases
List Databases:
Example:
Query
create a query request return execution_id.
Query:
Example:
Get Query Result
get Query result by execution_id that return from Query result.
Get Query Result:
Example:
Last updated