Error while getting data from AWS Athena

Hi,

I tried to get the data from AWS s3 athena with the below syntax

import “sql”
sql.from(
driverName: “awsathena”,
dataSourceName:
“s3://myorgqueryresults/?accessID=12ab34cd56ef&region=region-name&secretAccessKey=y0urSup3rs3crEtT0k3n”,
query: “GO SELECT * FROM Example.Table”,
)

here example.table is a example.csv file in S3 athena.

Is there any error in the above query.

Regards
Sudheer