Skip to content

0.9.4 (2023-09-26)

Choose a tag to compare

@github-actions github-actions released this 26 Sep 12:34
· 786 commits to develop since this release
6944c4f

Features

  • Add Excel file format support. (#148)
  • Add Samba file connection. It is now possible to download and upload files to Samba shared folders using FileDownloader/FileUploader. (#150)
  • Add if_exists="ignore" and error to Hive.WriteOptions (#143)
  • Add if_exists="ignore" and error to JDBC.WriteOptions (#144)
  • Add if_exists="ignore" and error to MongoDB.WriteOptions (#145)

Improvements

  • Add documentation about different ways of passing packages to Spark session. (#151)

  • Drastically improve Greenplum documentation:

    • Added information about network ports, grants, pg_hba.conf and so on.
    • Added interaction schemas for reading, writing and executing statements in Greenplum.
    • Added recommendations about reading data from views and JOIN results from Greenplum. (#154)
  • Make .fetch and .execute methods of DB connections thread-safe. Each thread works with its own connection. (#156)

  • Call .close() on FileConnection then it is removed by garbage collector. (#156)

Bug Fixes

  • Fix issue while stopping Python interpreter calls JDBCMixin.close() and prints exceptions to log. (#156)