Closed sanga8 closed 2 months ago
Failed class import lead to bug when running.
Install the adapter pip install dbt-glue==1.8.1 dbt debug
pip install dbt-glue==1.8.1
dbt debug
Returns the error ` >Runtime Error module 'dbt.exceptions' has no attribute 'FailedToConnectError'
Versions dbt-adapters 1.5.0 dbt-common 1.8.0 dbt-core 1.8.6 dbt-extractor 0.5.1 dbt-glue 1.8.1 dbt-semantic-interfaces 0.5.1 dbt-spark 1.8.0
The output of dbt --version:
dbt --version
Core: - installed: 1.8.6 - latest: 1.8.6 - Up to date! Plugins: - glue: 1.8.1 - Up to date! - spark: 1.8.0 - Up to date!
The operating system you're using: Mac The output of python --version: 3.12
python --version
Describe the bug
Failed class import lead to bug when running.
Steps To Reproduce
Install the adapter
pip install dbt-glue==1.8.1
dbt debug
Returns the error ` >Runtime Error module 'dbt.exceptions' has no attribute 'FailedToConnectError'
Versions dbt-adapters 1.5.0 dbt-common 1.8.0 dbt-core 1.8.6 dbt-extractor 0.5.1 dbt-glue 1.8.1 dbt-semantic-interfaces 0.5.1 dbt-spark 1.8.0
System information
The output of
dbt --version
:The operating system you're using: Mac The output of
python --version
: 3.12