Skip to content

v2.11.0

Choose a tag to compare

@github-actions github-actions released this 26 Jul 15:19
· 858 commits to master since this release
  • Change connection options to be retrieved from the dialect class instead of the bind parameter #352
    The following error in the Dataframe.to_sql method of Pandas 1.4 has been fixed.
    sqlalchemy.exc.CompileError: The location of the table should be specified by the dialect keyword argument `awsathena_location`
    
  • Suppress log output when failure to retrieve metadata from SQLAlchemy #353
    Thanks @plazmakeks #326
  • Update botocore and boto3 dependencies #350
    Thanks @aaronclong #341