Adam Tworkiewicz

Results 5 comments of Adam Tworkiewicz

@DEVi1wing , thank you for the feature request. I've discussed adding support for volatile tables with several users of `dbt-teradata`. Technically speaking, volatile tables are supported. The following config should...

We may attempt to cache the connection in `connections.py` and reuse it for subsequent queries instead of creating a new one. This has a chance to work only if you...

Hi @nielspardon, our policy is to validate each revision of `dbt-adapter` to work well with a corresponding `dbt-core` version. At the same time, we are making an effort to be...

> In the spirit of semantic versioning I want to be able to use the latest patch release of dbt-core. So I would expect that I can use any 1.4.x...

Hi @sambloom92 , we have not investigated it yet. Right now, we prioritize catching up with dbt releases. If you have tried it and have feedback it would be very...