What's Changed
Features
- feat: Implement configurable debug_query_state parameter for AthenaCursor by @svdimchenko in #395
- feat: Implement default lf tags for database by @svdimchenko in #398
- feat: Implement non-partitioned tmp table by @svdimchenko in #405
- feat: add support for S3 Extra arguments in Seed file upload to s3 by @linkerzx in #397
Dependencies
- chore: improve setup.py to add minimum python version by @nicor88 in #383
- chore: Update moto requirement from ~=4.1.14 to ~=4.2.0 by @dependabot in #387
- chore: Update dbt-tests-adapter requirement from ~=1.6.0 to ~=1.6.1 by @dependabot in #388
- chore: Update pre-commit requirement from ~=2.21 to ~=3.4 by @dependabot in #393
- chore: Update moto requirement from ~=4.2.0 to ~=4.2.2 by @dependabot in #394
- chore: Update black requirement from ~=23.3 to ~=23.9 by @dependabot in #408
- chore: Update dbt-tests-adapter requirement from ~=1.6.1 to ~=1.6.2 by @dependabot in #407
- chore: Bump version for release by @svdimchenko in #409
Fixes
- fix: add varbinary column type for iceberg tables by @sashakcc in #384
- fix: avoid calling cancel method not implemented in PyAthena's connection by @keshihoriuchi in #385
- fix: Mark list_relations_without_caching as available by @voroninman in #391
- fix: Added null check for partitions batches by @lukas-gust in #392
- fix: Athena query in debug log by @svdimchenko in #401
- fix: render relation in case of we hit partition limits by @nicor88 in #403
- fix: Use importlib.metadata.version() to remove implicit dependency on
setuptools
by @skirino in #399 - fix: cross account catalog_id glue client function calls by @brunofaustino in #370
New Contributors
- @keshihoriuchi made their first contribution in #385
- @voroninman made their first contribution in #391
- @lukas-gust made their first contribution in #392
- @skirino made their first contribution in #399
- @linkerzx made their first contribution in #397
Full Changelog: v1.6.0...v1.6.1