Query an Amazon Athena table.

The query will wait for completion, except if fetchMode is set to NONE, and will output converted rows. Row conversion is based on the types listed in Athena Data Types. Complex data types like array, map, and struct will be converted to a string.

yaml
type: "io.kestra.plugin.aws.athena.Query"