Skip to content

0.1.5 (2024-04-22)

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Apr 13:49
· 51 commits to develop since this release
9083521

Breaking Changes

  • Pass current Run to CREATE_SPARK_SESSION_FUNCTION. This allows using run/transfer/group information for Spark session options, like appName or custom ones. (#38)

Improvements

  • Reduce backend image size (#44)

Bug Fixes

  • Fix 500 error in case of PATCH v1/connections/:id request with passed auth_data.password field value (#39)
  • Do not use asyncio.gather with SQLAlchemy requests (#40)
  • Fix 500 error while creating HDFS connection (#41)
  • Fix missing options field from Transfer params with hdfs and s3 type