Dbt-athena

Latest version: v1.9.0

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

Scan your dependencies

Page 3 of 6

1.6.2

What's Changed

Features
* feat: support quoted columns in constraint by hiro-o918 in https://github.com/dbt-athena/dbt-athena/pull/404

Fixes
* fix: Invalid merge when unique_key == merge_update_columns by artem-garmash in https://github.com/dbt-athena/dbt-athena/pull/406
* fix: improve get_partition_batches to treat integers properly by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/425
* fix: current timestamp for views by svdimchenko in https://github.com/dbt-athena/dbt-athena/pull/423

Dependencies
* chore: add AthenaConfig to impl.py by SoumayaMauthoorMOJ in https://github.com/dbt-athena/dbt-athena/pull/412
* chore: Update moto requirement from ~=4.2.2 to ~=4.2.3 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/415
* chore: Update pyupgrade requirement from ~=3.10 to ~=3.11 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/416
* chore: Update moto requirement from ~=4.2.3 to ~=4.2.4 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/421
* chore: Update dbt-tests-adapter requirement from ~=1.6.2 to ~=1.6.3 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/420
* chore: Update pyupgrade requirement from ~=3.11 to ~=3.13 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/422
* chore: bump version to 1.6.2 for release by svdimchenko in https://github.com/dbt-athena/dbt-athena/pull/426

New Contributors
* artem-garmash made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/406
* SoumayaMauthoorMOJ made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/412

**Full Changelog**: https://github.com/dbt-athena/dbt-athena/compare/v1.6.1...v.1.6.2

1.6.1

What's Changed

Features
* feat: Implement configurable debug_query_state parameter for AthenaCursor by svdimchenko in https://github.com/dbt-athena/dbt-athena/pull/395
* feat: Implement default lf tags for database by svdimchenko in https://github.com/dbt-athena/dbt-athena/pull/398
* feat: Implement non-partitioned tmp table by svdimchenko in https://github.com/dbt-athena/dbt-athena/pull/405
* feat: add support for S3 Extra arguments in Seed file upload to s3 by linkerzx in https://github.com/dbt-athena/dbt-athena/pull/397

Dependencies
* chore: improve setup.py to add minimum python version by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/383
* chore: Update moto requirement from ~=4.1.14 to ~=4.2.0 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/387
* chore: Update dbt-tests-adapter requirement from ~=1.6.0 to ~=1.6.1 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/388
* chore: Update pre-commit requirement from ~=2.21 to ~=3.4 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/393
* chore: Update moto requirement from ~=4.2.0 to ~=4.2.2 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/394
* chore: Update black requirement from ~=23.3 to ~=23.9 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/408
* chore: Update dbt-tests-adapter requirement from ~=1.6.1 to ~=1.6.2 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/407
* chore: Bump version for release by svdimchenko in https://github.com/dbt-athena/dbt-athena/pull/409

Fixes
* fix: add varbinary column type for iceberg tables by sashakcc in https://github.com/dbt-athena/dbt-athena/pull/384
* fix: avoid calling cancel method not implemented in PyAthena's connection by keshihoriuchi in https://github.com/dbt-athena/dbt-athena/pull/385
* fix: Mark list_relations_without_caching as available by voroninman in https://github.com/dbt-athena/dbt-athena/pull/391
* fix: Added null check for partitions batches by lukas-gust in https://github.com/dbt-athena/dbt-athena/pull/392
* fix: Athena query in debug log by svdimchenko in https://github.com/dbt-athena/dbt-athena/pull/401
* fix: render relation in case of we hit partition limits by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/403
* fix: Use importlib.metadata.version() to remove implicit dependency on `setuptools` by skirino in https://github.com/dbt-athena/dbt-athena/pull/399
* fix: cross account catalog_id glue client function calls by brunofaustino in https://github.com/dbt-athena/dbt-athena/pull/370

New Contributors
* keshihoriuchi made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/385
* voroninman made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/391
* lukas-gust made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/392
* skirino made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/399
* linkerzx made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/397

**Full Changelog**: https://github.com/dbt-athena/dbt-athena/compare/v1.6.0...v1.6.1

1.6.0

What's Changed

Dependencies

* chore: bump dbt-core to 1.6.0 by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/376
* chore: Update pyupgrade requirement from ~=3.3 to ~=3.10 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/363
* chore: bump flake after dropping python 3.7 support by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/380

Fixes
* fix: docs generate support federated query catalogs by maiarareinaldo in https://github.com/dbt-athena/dbt-athena/pull/324
* fix: add back rowcounts and byte scanned to dbt cli and run_results.json by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/375


**Full Changelog**: https://github.com/dbt-athena/dbt-athena/compare/v1.5.2...v1.6.0

1.5.2

What's Changed

Features
* feat: add data_scanned_in_bytes to adapter response by jurgispods in https://github.com/dbt-athena/dbt-athena/pull/353
* feat: add catalog_name param to AthenaConnection handle by brunofaustino in https://github.com/dbt-athena/dbt-athena/pull/358
* feat: add iceberg sync column types support by sashakcc in https://github.com/dbt-athena/dbt-athena/pull/304
* feat: fix athena partitions limit by svdimchenko 🔥 in https://github.com/dbt-athena/dbt-athena/pull/360

Dependencies
* chore: Update moto requirement from ~=4.1.11 to ~=4.1.12 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/343
* chore: Update pytest requirement from ~=7.3 to ~=7.4 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/346
* chore: Update dbt-tests-adapter requirement from ~=1.5.1 to ~=1.5.2 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/344
* chore: Update dbt-tests-adapter requirement from ~=1.5.2 to ~=1.5.4 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/362
* chore: Update moto requirement from ~=4.1.12 to ~=4.1.14 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/361
* chore: Update pydantic requirement from ~=1.10 to >=1.10,<3.0 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/349
* chore: Update pyparsing requirement from ~=3.1.0 to ~=3.1.1 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/369


Fixes
* fix: fix unexpected error rendering columns missing data_type by hiro-o918 in https://github.com/dbt-athena/dbt-athena/pull/342
* fix: enable persist_docs for views by roslovets in https://github.com/dbt-athena/dbt-athena/pull/337
* fix: remove create_schema from default snapshot materialization by C123R in https://github.com/dbt-athena/dbt-athena/pull/365
* fix: failure when config from view to Iceberg table by brabster in https://github.com/dbt-athena/dbt-athena/pull/367


New Contributors
* brunofaustino made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/358
* sashakcc made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/304
* C123R made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/365

**Full Changelog**: https://github.com/dbt-athena/dbt-athena/compare/v1.5.1...v1.5.2

1.5.1

What's Changed

Features
* feat: LF tags CRUD by svdimchenko in https://github.com/dbt-athena/dbt-athena/pull/305
* feat: AWS LakeFormation data cell filters support by svdimchenko in https://github.com/dbt-athena/dbt-athena/pull/263
* feat: add support for incremental_predicates by chrischin478 in https://github.com/dbt-athena/dbt-athena/pull/294
* feat: Add Athena query state logging by svdimchenko in https://github.com/dbt-athena/dbt-athena/pull/340
* feat: enable mypy pre-commit check by svdimchenko in https://github.com/dbt-athena/dbt-athena/pull/329

Fixes
* fix: handle how edge cases in functional tests triggering by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/307
* fix: yet another fix on functional tests trigger by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/308
* fix: Lakeformation tags in athena__create_csv_table macro by svdimchenko in https://github.com/dbt-athena/dbt-athena/pull/336
* fix: don't error if values aren't set for threads and poll_interval by brabster in https://github.com/dbt-athena/dbt-athena/pull/310
* fix: functional test edge case github ref by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/314
* fix: seprate jobs for pr and main by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/316
* fix: functional tests add fetch secrets by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/320
* fix: athena list schemas argument by krisstinkou in https://github.com/dbt-athena/dbt-athena/pull/322
* fix: BatchDeletePartitions only accepts up to 25 partitions by juliansteger-sc in https://github.com/dbt-athena/dbt-athena/pull/328
* fix: implement native_iceberg_drop by brabster in https://github.com/dbt-athena/dbt-athena/pull/292
* fix: seed-by-insert by brabster in https://github.com/dbt-athena/dbt-athena/pull/330

Others
* chore: Update pyparsing requirement from ~=3.0.9 to ~=3.1.0 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/339
* docs: fix typo of example config by hiro-o918 in https://github.com/dbt-athena/dbt-athena/pull/311
* chore: trim regions for functional testing by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/321
* chore: Update dbt-tests-adapter requirement from ~=1.5.0 to ~=1.5.1 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/325
* chore: Update pytest-cov requirement from ~=4.0 to ~=4.1 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/323
* chore: Update moto requirement from ~=4.1.10 to ~=4.1.11 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/326
* chore: add svdimchenko as code owner by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/318
* chore: Update moto requirement from ~=4.1.9 to ~=4.1.10 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/319
* chore: add reusable workflow for functional tests by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/317

New Contributors
* brabster made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/310
* krisstinkou made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/322

**Full Changelog**: https://github.com/dbt-athena/dbt-athena/compare/v1.5.0...v1.5.1

1.5.0

The migration guide is available [here](https://dbt-athena.github.io/docs/migration/UPGRADE-1.5).

Breaking changes
* feat!: remove table_hive_ha and replace it by table materialization with ha config by Jrmyy in https://github.com/dbt-athena/dbt-athena/pull/284
* feat!: rework snapshots and add tests by BrechtDeVlieger in https://github.com/dbt-athena/dbt-athena/pull/202
* chore: support for dbt 1.5 by Jrmyy in https://github.com/dbt-athena/dbt-athena/pull/266

Fixes
* fix: source freshness (cast_timestamp for models without config field) by roslovets in https://github.com/dbt-athena/dbt-athena/pull/287
* fix: functional test trigger fix by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/297
* fix: functional tests remove conditions by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/298
* fix: ha=true for tables was broken for first runs by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/299

Internal
* feat: use relation object whenever possible by Jrmyy in https://github.com/dbt-athena/dbt-athena/pull/273
* ci: init integration tests by mattiamatrix in https://github.com/dbt-athena/dbt-athena/pull/293
* chore: Update pytest-xdist requirement from ~=3.2 to ~=3.3 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/296
* chore: Update moto requirement from ~=4.1.8 to ~=4.1.9 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/295
* chore: Update pyathena requirement from ~=2.25 to >=2.25,<4.0 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/288
* chore: make functional testing triggerable via label by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/300
* chore: improve functional tests trigger by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/301
* chore: release 1.5.0 by Jrmyy in https://github.com/dbt-athena/dbt-athena/pull/303

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

**Full Changelog**: https://github.com/dbt-athena/dbt-athena/compare/v1.4.5...v1.5.0

Page 3 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.