Tomme / dbt-athena

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

Compatibility with newer dbt #34

Closed headlessButSmart closed 2 years ago

headlessButSmart commented 2 years ago

Would you mind adding the following lines to AthenaCredentials class? This will make it possible to use dbt-athena with more recent dbt versions.

@property
def unique_field(self):
    return self.host

I know that the package is currently not marked as compatible with the latest versions, but this small modification will at least allow using it for the most common use cases without receiving an error.