Dbt-athena

Latest version: v1.9.0

Safety actively analyzes 688600 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

1.8.4

What's Changed

Fixes
* fix: Remove catalog from the DDL SQL generated by on_schema_change=sync_all_columns by iconara in https://github.com/dbt-athena/dbt-athena/pull/684
* fix: Query comment for create table statement by sanromeo in https://github.com/dbt-athena/dbt-athena/pull/702
* fix: remove leading whitespaces on post-hook operations by sanromeo in https://github.com/dbt-athena/dbt-athena/pull/705
* fix: vacuum more runs needed error by Jrmyy in https://github.com/dbt-athena/dbt-athena/pull/703


Dependencies
* chore: Update dbt-tests-adapter requirement from ~=1.9.1 to ~=1.9.2 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/687
* chore: Update pytest requirement from ~=8.2 to ~=8.3 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/690
* chore: Update pyupgrade requirement from ~=3.16 to ~=3.17 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/692
* chore: Update tenacity requirement from ~=8.2 to >=8.2,<10.0 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/693
* chore: Update black requirement from ~=24.4 to ~=24.8 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/694
* chore: Update boto3-stubs[s3] requirement from ~=1.34 to ~=1.35 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/707
* chore: Update moto requirement from ~=5.0.12 to ~=5.0.13 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/708
* chore: Update pyparsing requirement from ~=3.1.2 to ~=3.1.4 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/709

New Contributors
* iconara made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/684

**Full Changelog**: https://github.com/dbt-athena/dbt-athena/compare/v1.8.3...v1.8.4

1.8.3

What's Changed

Features
* feat: Update `AthenaColumn` to parse array types by jeancochrane in https://github.com/dbt-athena/dbt-athena/pull/672

Fixes
* fix: edge case fix on iceberg target table being dropped instead on being renamed first by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/667
* fix: Improve caching of work_group lookup by namelessjon in https://github.com/dbt-athena/dbt-athena/pull/678

Chore
* chore: improve function tests for iceberg retries by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/674
* chore: increase num_iceberg retries by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/679
* chore: prepare release 1.8.3 by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/680

Dependencies
* chore: Update moto requirement from ~=5.0.8 to ~=5.0.9 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/666
* chore: Update pyupgrade requirement from ~=3.15 to ~=3.16 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/669
* chore: Update flake8 requirement from ~=7.0 to ~=7.1 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/670
* chore: Update dbt-tests-adapter requirement from ~=1.8.0 to ~=1.9.1 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/673


Docs
* chore: Added information about location table to readme (628) by cuff-links in https://github.com/dbt-athena/dbt-athena/pull/665


New Contributors
* cuff-links made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/665
* namelessjon made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/678

**Full Changelog**: https://github.com/dbt-athena/dbt-athena/compare/v1.8.2...v1.8.3

1.8.2

What's Changed

Fixes
* fix: Add wait_random_exponential for query retries by svdimchenko in https://github.com/dbt-athena/dbt-athena/pull/655
* fix: Resolve error when cloning Python models (645) by jeancochrane in https://github.com/dbt-athena/dbt-athena/pull/651
* fix: Fixed table_type for GOVERNED tables by svdimchenko in https://github.com/dbt-athena/dbt-athena/pull/661

Features
* feat: Set unique table suffix to allow parallel incremental executions by pierrebzl in https://github.com/dbt-athena/dbt-athena/pull/650
* feat: Allow custom schema def for tmp tables generated by incremental by pierrebzl in https://github.com/dbt-athena/dbt-athena/pull/659
* feat: Implement iceberg retry logic by svdimchenko in https://github.com/dbt-athena/dbt-athena/pull/657

Dependencies
* chore: Update moto requirement from ~=5.0.7 to ~=5.0.8 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/660
* chore: Bumped version to 1.8.2 for release by svdimchenko in https://github.com/dbt-athena/dbt-athena/pull/663

Docs
* docs: Cleanup README grammar, punctuation, and capitalisation by dfsnow in https://github.com/dbt-athena/dbt-athena/pull/654

New Contributors
* jeancochrane made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/651
* pierrebzl made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/650

**Full Changelog**: https://github.com/dbt-athena/dbt-athena/compare/v1.8.1...v1.8.2

1.8.1

What's Changed

Relevant notes
⚠️ 1.8.1 version is equivalent to 1.8.0 in term of features and fixes.

You can install the changes from this release via

pip install dbt-athena-community==1.8.1


Features
* feat: Add column meta to glue column parameters by SoumayaMauthoorMOJ in https://github.com/dbt-athena/dbt-athena/pull/644

Dependencies
* chore: Update moto requirement from ~=5.0.6 to ~=5.0.7 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/648

Docs
* docs: Cleanup Python models section of README by dfsnow in https://github.com/dbt-athena/dbt-athena/pull/643

New Contributors
* dfsnow made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/643

1.8.0

What's Changed

Relevant notes
⚠️ The version 1.8.0 in pypi doesn't exist during to an issue releasing, you can use 1.8.1 instead, that is equivalent.
You can install the changes from this release via

pip install dbt-athena-community==1.8.1


Features
* feat: Add column meta to glue column parameters by SoumayaMauthoorMOJ in https://github.com/dbt-athena/dbt-athena/pull/644

Dependencies
* chore: prepare release 1.8.0 by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/646
* chore: Update moto requirement from ~=5.0.6 to ~=5.0.7 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/648

Docs
* docs: Cleanup Python models section of README by dfsnow in https://github.com/dbt-athena/dbt-athena/pull/643

New Contributors
* dfsnow made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/643

**Full Changelog**: https://github.com/dbt-athena/dbt-athena/compare/v1.8.0rc1...v1.8.0

1.8.0rc1

What's Changed

Breaking changes

You should install dbt-core separately, because the adapter won't take care of installing it anymore

pip install dbt-core==1.8.0rc1
pip install dbt-athena-community==1.8.0rc1


Fixes
* fix: allow switch from hive to iceberg table by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/625
* fix: avoid deleting S3 location because listing relations continues on error by hiro-o918 in https://github.com/dbt-athena/dbt-athena/pull/629
* fix: get_columns_in_relation for LAMBDA catalogs by antonysouthworth-halter in https://github.com/dbt-athena/dbt-athena/pull/637
* fix: prevent secret key and session token from being logged by colin-rogers-dbt in https://github.com/dbt-athena/dbt-athena/pull/638


Dependencies
* chore: Update moto requirement from ~=5.0.5 to ~=5.0.6 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/636
* chore: Update pytest-xdist requirement from ~=3.5 to ~=3.6 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/634
* chore: Update pytest requirement from ~=8.0 to ~=8.2 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/635
* chore: bump to dbt-core to 1.8.0rc1 by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/640
* chore: Update dbt-tests-adapter requirement from ~=1.8.0b1 to ~=1.8.0rc1 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/639

New Contributors
* antonysouthworth-halter made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/637
* colin-rogers-dbt made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/638

**Full Changelog**: https://github.com/dbt-athena/dbt-athena/compare/v1.8.0b1...v1.8.0rc1

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.