Dbt-dremio - 'dict object' has no attribute 'CompilationError'

I raised an issue regarding dbt-dremio.

It is related to some CompilationError when I use incremental model PLUS merge strategy.

I have looked into some similar issues with CompilationError, but it seems it was related to something else.

Thank you :pray:

1 Like

Just to follow up on my own thread.

The issue is just that the code which supports incremental merge strategy is not yet in the latest release package (1.7.0).

As commented in the PR above, the code was already merged, but not yet in the latest release.

I resolved the issue by simply building the wheel from the latest commit in githuh (via pip installing from the git URL)