You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We now want to run the model spark_test.sql and invoke the below command
.venv/bin/dbt run --select spark_test.sql --profile sparkprofile
However we encounter the below error
Runtime Error
Cannot set database in spark!
The model executes fine if I remove database from sources that are not related to Spark(Trino and Athena). This limits us in using Spark in addition to Trino and Athena, How can we solve this issue?
The text was updated successfully, but these errors were encountered:
dbt-core 1.8.9
spark 1.8.0
In addition to using Trino and Athena in dbt, we would like to use Spark and here are the relevant configurations
sources.yml
profiles.yml
spark_test.sql
We now want to run the model spark_test.sql and invoke the below command
However we encounter the below error
The model executes fine if I remove database from sources that are not related to Spark(Trino and Athena). This limits us in using Spark in addition to Trino and Athena, How can we solve this issue?
The text was updated successfully, but these errors were encountered: