v1.5.0
·
1520 commits
to master
since this release
- Allow s3_staging_dir to be overridden in query execution.
Thanks @aidin36. (/issues/53) - Support work_group parameter in query execution.
Thanks @sharath-thirunagaru. (/issues/69) - Fix cursor constructor argument to be overridden by cursor method kwargs.
- Aggregate retry settings into RetryConfig object.
- Restrict the allowable version of SQLAlchemy(>=1.0.0, <1.3.0).