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 4 of 6

1.4.5

What's Changed

Features
* feat: use glue api to delete table instead of athena drop by chrischin478 in https://github.com/dbt-athena/dbt-athena/pull/249

Fixes
* fix: wrong condition on s3_naming by Jrmyy in https://github.com/dbt-athena/dbt-athena/pull/275

Others
* docs: add chrischin478 as a contributor for code, and bug by allcontributors in https://github.com/dbt-athena/dbt-athena/pull/282
* chore: add classifiers to setup.py by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/278
* chore: release 1.4.5 by Jrmyy in https://github.com/dbt-athena/dbt-athena/pull/281

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

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

1.4.4

What's Changed

Features
* feat: delete condition when using incremental merge with iceberg by Jrmyy in https://github.com/dbt-athena/dbt-athena/pull/233
* feat: add iceberg high availability on table using rename by Jrmyy in https://github.com/dbt-athena/dbt-athena/pull/246
* feat: allow aws credentials in profiles file by Jrmyy in https://github.com/dbt-athena/dbt-athena/pull/260
* feat: improve merge by aartaria in https://github.com/dbt-athena/dbt-athena/pull/100

Fixes
* fix: Iceberg CTAS failed when WG config is enforced by Gatsby-Lee in https://github.com/dbt-athena/dbt-athena/pull/231
* fix: correctly get current_timestamp for both iceberg and hive by BrechtDeVlieger in https://github.com/dbt-athena/dbt-athena/pull/235
* fix: use table as default type when building the catalog by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/241
* fix: add `__dbt_tmp` suffix to seed s3 artifacts by aartaria in https://github.com/dbt-athena/dbt-athena/pull/242
* fix: use identifier for seed tables by Jrmyy in https://github.com/dbt-athena/dbt-athena/pull/243
* fix: check for database in _get_one_catalog (247) by maiarareinaldo in https://github.com/dbt-athena/dbt-athena/pull/258
* fix: get data catalog method by svdimchenko in https://github.com/dbt-athena/dbt-athena/pull/265

Internal
* test: add dbt basic functional tests by BrechtDeVlieger in https://github.com/dbt-athena/dbt-athena/pull/236
* chore: Update moto requirement from ~=4.1.7 to ~=4.1.8 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/251
* chore: Update dbt-tests-adapter requirement from ~=1.4.5 to ~=1.4.6 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/254
* chore: add contributing section by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/256
* chore: Update dbt-core requirement from ~=1.4.5 to ~=1.4.6 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/252
* chore: remove file requirements.txt to keep it consistent with adapter template by Jrmyy in https://github.com/dbt-athena/dbt-athena/pull/264
* chore: release 1.4.4 by Jrmyy in https://github.com/dbt-athena/dbt-athena/pull/270

Documentation
* docs: add Gatsby-Lee as a contributor for bug by allcontributors in https://github.com/dbt-athena/dbt-athena/pull/232
* docs: add Jrmyy as a contributor for code by allcontributors in https://github.com/dbt-athena/dbt-athena/pull/234
* docs: add nicor88 as a contributor for bug by allcontributors in https://github.com/dbt-athena/dbt-athena/pull/237
* docs: add Jrmyy as a contributor for bug by allcontributors in https://github.com/dbt-athena/dbt-athena/pull/238
* docs: add BrechtDeVlieger as a contributor for bug by allcontributors in https://github.com/dbt-athena/dbt-athena/pull/239
* docs: add aartaria as a contributor for bug by allcontributors in https://github.com/dbt-athena/dbt-athena/pull/245
* docs: add maiarareinaldo as a contributor for bug by allcontributors in https://github.com/dbt-athena/dbt-athena/pull/261
* chore: Update pyathena requirement from ~=2.24 to ~=2.25 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/250
* docs: add henriblancke as a contributor for code, and bug by allcontributors in https://github.com/dbt-athena/dbt-athena/pull/272
* docs: add svdimchenko as a contributor for code, and bug by allcontributors in https://github.com/dbt-athena/dbt-athena/pull/271

New Contributors
* BrechtDeVlieger made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/235
* aartaria made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/242
* maiarareinaldo made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/258

**Full Changelog**: https://github.com/dbt-athena/dbt-athena/compare/v.1.4.3...v1.4.4

v.1.4.3
What's Changed
* chore: Update black requirement from ~=22.12 to ~=23.3 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/193
* fix: return empty if table does not exist in get_columns by Jrmyy in https://github.com/dbt-athena/dbt-athena/pull/199
* fix: check for empty workgroup in profiles by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/194
* chore: add credits section by mattiamatrix in https://github.com/dbt-athena/dbt-athena/pull/201
* fix: enable database in policy to support cross-account queries by Jrmyy in https://github.com/dbt-athena/dbt-athena/pull/200
* fix: glue column types by svdimchenko in https://github.com/dbt-athena/dbt-athena/pull/196
* docs: add nicor88 as a contributor for code by allcontributors in https://github.com/dbt-athena/dbt-athena/pull/205
* docs: add jessedobbelaere as a contributor for bug by allcontributors in https://github.com/dbt-athena/dbt-athena/pull/210
* docs: add lemiffe as a contributor for design by allcontributors in https://github.com/dbt-athena/dbt-athena/pull/209
* docs: add jessedobbelaere as a contributor for maintenance by allcontributors in https://github.com/dbt-athena/dbt-athena/pull/212
* docs: add Jrmyy as a contributor for maintenance by allcontributors in https://github.com/dbt-athena/dbt-athena/pull/207
* docs: add dbt-athena-logo by mattiamatrix in https://github.com/dbt-athena/dbt-athena/pull/211
* docs: update readme by mattiamatrix in https://github.com/dbt-athena/dbt-athena/pull/204
* docs: add Tomme as a contributor for maintenance by allcontributors in https://github.com/dbt-athena/dbt-athena/pull/214
* docs: add mattiamatrix as a contributor for maintenance by allcontributors in https://github.com/dbt-athena/dbt-athena/pull/216
* chore: Update pytest requirement from ~=7.2 to ~=7.3 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/218
* chore: Update pyathena requirement from ~=2.23 to ~=2.24 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/217
* fix: broken drop view query by jessedobbelaere in https://github.com/dbt-athena/dbt-athena/pull/221
* fix: allow to set table location when output location is configured but not enforced by juliansteger-sc in https://github.com/dbt-athena/dbt-athena/pull/223
* fix: reading README.md by CommonCrisis in https://github.com/dbt-athena/dbt-athena/pull/225
* chore: Update moto requirement from ~=4.1.6 to ~=4.1.7 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/228
* chore: release 1.4.3 by Jrmyy in https://github.com/dbt-athena/dbt-athena/pull/229

New Contributors
* allcontributors made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/205
* CommonCrisis made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/225

**Full Changelog**: https://github.com/dbt-athena/dbt-athena/compare/v1.4.2...v.1.4.3

1.4.2

What's Changed
* fix: fix typo in swap_table func log by Gatsby-Lee in https://github.com/dbt-athena/dbt-athena/pull/175
* fix: support work groups with default output location configured by henriblancke in https://github.com/dbt-athena/dbt-athena/pull/160
* chore: Update dbt-tests-adapter requirement from ~=1.4.4 to ~=1.4.5 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/178
* feat: use glue api instead of information_schema to retrieve table info by Jrmyy in https://github.com/dbt-athena/dbt-athena/pull/174
* chore: Update dbt-core requirement from ~=1.4.4 to ~=1.4.5 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/177
* chore: Update moto requirement from ~=4.1.4 to ~=4.1.5 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/184
* feat: lake formation tag support by henriblancke in https://github.com/dbt-athena/dbt-athena/pull/159
* feat: lakeformation tags for columns support by svdimchenko in https://github.com/dbt-athena/dbt-athena/pull/185
* chore: Update moto requirement from ~=4.1.5 to ~=4.1.6 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/186
* fix: persist docs not working when using iceberg vacuum or optimize by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/187
* fix: Ignore iceberg columns that are not current by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/189
* fix: remove double quote in vacuum cmd by Gatsby-Lee in https://github.com/dbt-athena/dbt-athena/pull/191
* feat: support larger seed files by henriblancke in https://github.com/dbt-athena/dbt-athena/pull/161
* feat: Snapshot sql compatible with iceberg tables by bbates4046 in https://github.com/dbt-athena/dbt-athena/pull/153
* chore: release 1.4.2 by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/192

New Contributors
* Gatsby-Lee made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/175
* svdimchenko made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/185
* bbates4046 made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/153

**Full Changelog**: https://github.com/dbt-athena/dbt-athena/compare/v1.4.1...v1.4.2

1.4.1

What's Changed
* chore: Update pyathena requirement from ~=2.21 to ~=2.22 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/146
* chore: Update tenacity requirement from ~=8.1 to ~=8.2 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/147
* fix: Utilize cache for snapshots by Avinash-1394 in https://github.com/dbt-athena/dbt-athena/pull/137
* fix:bump libs for pre-commit by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/150
* chore: Update pyathena requirement from ~=2.22 to ~=2.23 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/151
* feat: add table_hive_ha materialization by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/128
* fix: quoting support by Jrmyy in https://github.com/dbt-athena/dbt-athena/pull/152
* fix: add pyparsing to fix ci by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/156
* fix: Render relation in Hive format for materialized='table_hive_ha' by ignacioreyna in https://github.com/dbt-athena/dbt-athena/pull/155
* fix: allow optimize commands by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/154
* fix: allow schema/database to not exist when listing relations by henriblancke in https://github.com/dbt-athena/dbt-athena/pull/158
* feat: add persist_docs by Jrmyy in https://github.com/dbt-athena/dbt-athena/pull/166
* chore: Update moto requirement from ~=4.1.3 to ~=4.1.4 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/169
* chore: Update dbt-tests-adapter requirement from ~=1.4.1 to ~=1.4.4 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/170
* chore: Update dbt-core requirement from ~=1.4.1 to ~=1.4.4 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/168
* fix: Fix snapshot valid to value by Avinash-1394 in https://github.com/dbt-athena/dbt-athena/pull/149
* fix: add render hive in alter statements by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/173
* chore: release 1.4.1 by Jrmyy in https://github.com/dbt-athena/dbt-athena/pull/171

New Contributors
* ignacioreyna made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/155
* henriblancke made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/158

**Full Changelog**: https://github.com/dbt-athena/dbt-athena/compare/v1.4.0...v1.4.1

1.4.0

What's Changed
* chore: Update pre-commit requirement from ~=2.20 to ~=2.21 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/121
* chore: Update moto requirement from ~=4.0 to ~=4.1 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/125
* chore: Update isort requirement from ~=5.10 to ~=5.11 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/124
* chore: Update flake8-pyproject requirement from ~=1.1 to ~=1.2 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/122
* fix: prevent errors in drop_table macro when table doesn'tt exist by jurgispods in https://github.com/dbt-athena/dbt-athena/pull/127
* chore: Update pyathena requirement from ~=2.19 to ~=2.20 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/131
* feat: Add athena__type_string macro by bmasciarelli in https://github.com/dbt-athena/dbt-athena/pull/135
* feat: Implement SCD 6 snapshots by Avinash-1394 in https://github.com/dbt-athena/dbt-athena/pull/111
* fix: improve clean-up table by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/138
* chore: upgrade to dbt core v1.4.0 by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/134
* chore: Update pyathena requirement from ~=2.20 to ~=2.21 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/140
* chore: refactor boto3 calls and expose more functions by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/141
* chore: get boto3 client in function and cover some edge cases by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/143

New Contributors
* jurgispods made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/127
* bmasciarelli made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/135
* Avinash-1394 made their first contribution in https://github.com/dbt-athena/dbt-athena/pull/111

**Full Changelog**: https://github.com/dbt-athena/dbt-athena/compare/v1.3.5...v1.4.0

1.3.5

What's Changed
* fix: fix issues on drop statements in the hooks by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/109
* fix: database name when looking up tables by jessedobbelaere in https://github.com/dbt-athena/dbt-athena/pull/112
* chore: Update pyupgrade requirement from ~=3.2 to ~=3.3 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/114
* chore: Update black requirement from ~=22.10 to ~=22.12 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/117
* chore: improve the drop_relation default macro by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/119
* chore: Update dbt-tests-adapter requirement from ~=1.3.0 to ~=1.3.2 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/116
* chore: Update dbt-core requirement from ~=1.3.0 to ~=1.3.2 by dependabot in https://github.com/dbt-athena/dbt-athena/pull/118
* feat: add support for external_location for seeds by antruo in https://github.com/dbt-athena/dbt-athena/pull/86
* chore: bump release version by nicor88 in https://github.com/dbt-athena/dbt-athena/pull/120

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

**Full Changelog**: https://github.com/dbt-athena/dbt-athena/compare/v1.3.4...v1.3.5

Page 4 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.