RVR-ATH-200
  • 1 Minute to read
  • Dark
    Light
  • PDF

RVR-ATH-200

  • Dark
    Light
  • PDF

Article summary

  1. Issue Summary

    • You are encountering the error code RVR-ATH-200 with the Athena data connector, which is described as an "Error in query execution result." This error typically occurs when there are issues with executing queries within Rivery when connected to Amazon Athena. Common causes could be misconfigurations or permissions errors in accessing the relevant data buckets or issues with the queries being executed.
  2. Action Steps:

    • Verify Athena Configuration:
      • Ensure your Athena connection settings in Rivery are correctly configured. This includes verifying that the AWS credentials used have the necessary permissions to access the specified S3 buckets and Athena services.
    • Check Permissions:
      • Make sure the IAM role or user has the required permissions to perform actions on the buckets associated with Athena, such as querying, creating tables, partitions, etc. This includes permissions like s3:ListBucket, s3:GetObject, athena:StartQueryExecution, among others.
    • Examine Query Syntax and Data:
      • Verify the SQL queries being executed are correct and the data format in S3 supports the operations. Sometimes syntax errors or incorrect data format (e.g., CSV, JSON) can cause query execution failures.
    • Athena Query Settings:
      • Check if the Athena settings such as Workgroup configurations are correctly set up. Some setups require specifying a Workgroup, and ensuring that client-side settings are not overriding necessary configurations.
  3. External References:

If the issue persists or you need further assistance, please open a ticket with Rivery support.


Was this article helpful?

What's Next