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
conn_str = "awsathena+arrow://:@athena.{region_name}.amazonaws.com:443/"
"{schema_name}?s3_staging_dir={s3_staging_dir}"
Using this conn_str doesn't pass dynamic credentials to pyarrow s3 filesystem. Getting an error:
sqlalchemy.exc.OperationalError: (pyathena.error.OperationalError) When reading information for key ... AWS Error [code 15]: No response body.
But this works conn_str = "awsathena+rest://:@athena.{region_name}.amazonaws.com:443/"
"{schema_name}?s3_staging_dir={s3_staging_dir}"
The text was updated successfully, but these errors were encountered:
conn_str = "awsathena+arrow://:@athena.{region_name}.amazonaws.com:443/"
"{schema_name}?s3_staging_dir={s3_staging_dir}"
Using this conn_str doesn't pass dynamic credentials to pyarrow s3 filesystem. Getting an error:
sqlalchemy.exc.OperationalError: (pyathena.error.OperationalError) When reading information for key ... AWS Error [code 15]: No response body.
But this works conn_str = "awsathena+rest://:@athena.{region_name}.amazonaws.com:443/"
"{schema_name}?s3_staging_dir={s3_staging_dir}"
The text was updated successfully, but these errors were encountered: