Incompatible return type ClickHouseConnectionManager.execute
#161
Labels
bug
Something isn't working
ClickHouseConnectionManager.execute
#161
Describe the bug
run_hooks
method raise exception:Attribute: 'str' object has no attribute '_message'
.https://github.com/dbt-labs/dbt-core/blob/v1.4.1/core/dbt/task/run.py#L366
Steps to reproduce
Expected behaviour
No exception.
Code examples, such as models or profile settings
dbt_project.yml
Configuration
Environment
ClickHouseConnectionManager.execute must return:
Tuple[AdapterResponse, agate.Table]
Now:
Tuple[str, agate.Table]
The text was updated successfully, but these errors were encountered: