This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Spark SQL via dbt-athena #580
u-ra-ra-ra
started this conversation in
General
Replies: 1 comment
-
We don't support directly SparkSQL in the dbt models, but since #248 was released, in 1.7.2 you can should be able to use SparkSQL via python models submissions. Using SparkSQL natively in dbt-athena, instead of trino sql, it will require a bigger refactor. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Community,
AWS athena recently allowed running Spark SQL.
Is there any guidance on supporting this via dbt-athena-commnuity?
My use case:
I am trying to run certain workload via Spark SQL and others via Athena interactive query.
Thanks in advance for any information!
Beta Was this translation helpful? Give feedback.
All reactions