Open sanga8 opened 1 year ago
https://github.com/dbt-athena/dbt-athena/pull/188 should support this feature
I tried using the spark_workgroup as in https://github.com/dbt-athena/dbt-athena/pull/188 but I got "Materialization "materialization_table_athena" only supports languages ['sql']; got "python"
we have provided some tests with athena-spark workgroup and were not satisfied with the results. To be short, it seems to be more expensive and at least does not provide performance boost (or even is slower then usual athena in many cases). We'll need to implement other sql dialect support for spark as well. Does this issue make sense if there is https://github.com/aws-samples/dbt-glue for spark ?
AWS recently released Athena Spark. Being able to use it would be an awesome addition