Tomme / dbt-athena

The athena adapter plugin for dbt (https://getdbt.com)
Apache License 2.0
140 stars 79 forks source link

unique_key is not supported #111

Closed Jokuta closed 1 year ago

Jokuta commented 1 year ago

Hi,

I have a question about the implementation of unique_key support, were there some issues with this? Is there maybe a plan for implementing this in the future?

Thanks,

Jovana

owenprough-sift commented 1 year ago

Athena does not support UPDATE (without Iceberg), so unique_key for incremental models is impossible because Athena can only operate in append-only mode.

Jokuta commented 1 year ago

thanks for the answer