v1.4.3
·
1552 commits
to master
since this release
- Fix to make it None when SQLAlchemy's URI username and password are empty strings.
If you do not specifyaws_access_key_idandaws_secret_access_keyin SQLAlchemy using the instance profile or boto3 configuration file, the connection string is as follows:Thanks @leahein. (/issues/54)awsathena+rest://:@athena.{region_name}.amazonaws.com:443/{schema_name}?s3_staging_dir={s3_staging_dir}&... - Fix double escaping of percent character in SQLAlchemy.
Thanks @mister-average. (/issues/56)