Skip to content

v1.3.2

Compare
Choose a tag to compare
@niteshy niteshy released this 11 May 04:28
· 11 commits to master since this release
dfb3c57

What's Changed

  • Added support for iceberg table format #149, #155, #165, #167, #168,
  • Added capability to run integration tests against an Impala endpoint #151
  • Added set of integration tests to cover major use-cases #157, #163
  • Added contribution guideline for developers #150
  • Added code styling, code formatting and syntax checks #171
  • Added support for Python 3.7 #169
  • Added support for plain authorization connection #141

Bug fixes:

  1. Adaptor should return an empty list if the table doesn't exist rather than throwing errors #154
  2. Fixed the partition by clause queries ie remove duplicate columns #160
  3. Fixed the default incremental_strategy #164
  4. Fixed the default incremental_strategy when partition columns used #167
  5. Fixed the incremental insert queries syntax, to support iceberg format #165
  6. Fixed existing broken integration tests #158
  7. Skipped some of the already broken grant_tests #151, #159

Full Changelog: v1.3.1...v1.3.4