(InvalidRequestException) when calling the StartQueryExecution operation: WorkGroup is not found

307 Views Asked by At

While firing a

CREATE EXTERNAL TABLE IF NOT EXISTS

in Athena, I am getting a

botocore.errorfactory.InvalidRequestException: An error occurred (InvalidRequestException) when calling the StartQueryExecution operation: WorkGroup is not found.

I checked the workgroup with which the query is being fired and it is present and active. (attached image below)

enter image description here

I am expecting the table to be created. But it is not working.

1

There are 1 best solutions below

0
On

There was a problem in the setup wherein the wrong AWS credentials were being setup. Closing this question for the same.