dbt-labs / dbt-athena

The athena adapter plugin for dbt (https://getdbt.com)
https://dbt-athena.github.io
Apache License 2.0
228 stars 100 forks source link

add unique temp table suffix for iceberg tables #757

Closed teoria closed 1 day ago

teoria commented 2 days ago

Description

This PR solve a issue #688 The current configuration for iceberg tables uses the same name for all temporary tables, so you cannot run multiple concurrent runs of the same model (airflow backfill)

Checklist