fast-jewelry-98070
06/10/2023, 2:07 PMmake sure that your IAM user or Batch role (METAFLOW_ECS_S3_ACCESS_ IAM_ROLE in the Metaflow config) has a policy called AmazonAthenaFullAccess attached to it, which allows Athena queries to be executed. Also, make sure the AWS region is set in your configuration, for example, by setting the environment variable AWS_DEFAULT_REGION=us-east-1How exactly set these AWS variables? Like in the AWS console or in the local config file? Thanks for any help in advance!