nicor88
nicor88
I second @ggworld , even if CTAS are not supported, CRUD operations (INSERT/DELETE/UPDATES) are. Therefore the fact of not having CTAs is not a big blocker. Also, as MERGE was...
@zsvoboda some work is being done https://github.com/Tomme/dbt-athena/pull/135 as the adapter is pretty poorly maintained, most probably you will see this feature in the new community fork: https://github.com/dbt-athena/dbt-athena I will port...
Worth to mention: dbt athena community forked the [original repo](https://github.com/Tomme/dbt-athena), and made a [community-based](https://github.com/dbt-athena/dbt-athena) adapter that is pretty aligned with latest dbt releases, and thanks to iceberg can offer full...
@artem-garmash any plan to continue on this great work? - @haritamar integration tests are run manually as it is now? - I'm wondering if there is a smooth way to...
regarding 2 I think that considering that elementary share the same setup of dbt - it's possible to leverage maybe dbt_project.yml to specify globally `table_type="iceberg"` - could you try if...
@artem-garmash thanks 💯 @artem-garmash are you planning to continue the great work and make the integration working with athena? I know that there is some interest from some folks using...
When https://github.com/apache/iceberg/issues/6564 is implemented might be possible to write in Iceberg format natively using python, without any help from external processing systems like Spark/Athena/Trino.
@bhavaniravi using 3 subnets in 3 different availability zone (AZ) increase redundancy, as each az is a separate location. Ideally spreading the scheduler/workers in > 1 az is a best...
Chiming in too. Pretty much I have a similar scenario to what @jsampaiog described. A published data source that then it's used in multiple places. We are planning to use...
@pmbrull are you still planning to include this in 1.4.0 release? I see that was removed :(