Skip to content

v1.5.0

Choose a tag to compare

@laughingman7743 laughingman7743 released this 05 Mar 15:07
· 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).