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