You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though the session token is derived from the config/env, it is not utilized when connecting so I am running into a DatabaseError when the cursor executes
Expected output
The query should be executed with no issues
Actual output
DatabaseError: An error occurred (UnrecognizedClientException) when calling the StartQueryExecution operation: The security token included in the request is invalid.
Description
Even though the session token is derived from the config/env, it is not utilized when connecting so I am running into a DatabaseError when the cursor executes
Expected output
The query should be executed with no issues
Actual output
Suggestion
Connection to Athena here - https://github.com/MeltanoLabs/target-athena/blob/main/target_athena/athena.py#L40 should be updated to
The text was updated successfully, but these errors were encountered: