The problem I’m having
Im trying to connect to an SQLEnpoint using dbt-spark’s ODBC connection, but couldn’t succeed
The context of why I’m trying to do this
What I’ve already tried
Tried with different configs, but I get
10:52:18 1 check failed:
10:52:18 dbt was unable to connect to the specified database.
The database returned the following error:
>Runtime Error
Database Error
failed to connect
Some example code or error messages
dbtdf11:
outputs:
dev:
driver: /Library/simba/ocispark/lib/universal/libsparkodbc_sbu.dylib
method: odbc
host: <host>
threads: 1
schema: default
type: spark
user: admin
password: admin
target: dev
Error doesn’t have full info, any help appreciated.