AWS Athena を Rails から使ってみようと思ってます
https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Athena/Client.html
ここのメソッドを使って以下のようなSQL互換クエリをなげることはできたのですが
query = <<-EOS select user_id from users limit 10; EOS athena_client = Aws::Athena::Client.new athena_client.start_query_execution({ query_string: query, result_configuration: { output_location: s3_staging_dir } })
せっかく Rails なので User.all
みたいな ActiveRecord で使う方法はないでしょうか

バッドをするには、ログインかつ
こちらの条件を満たす必要があります。