Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix model settings to use a custom materialization #257

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

silentsokolov
Copy link
Collaborator

@silentsokolov silentsokolov commented Mar 16, 2024

If using a custom materialization, an error occurs

  File "/lib/python3.11/site-packages/dbt/adapters/clickhouse/impl.py", line 412, in get_model_settings
    conn.handle.update_model_settings(settings, materialization_type)
  File "/lib/python3.11/site-packages/dbt/adapters/clickhouse/dbclient.py", line 153, in update_model_settings
    model_settings_to_add = copy.deepcopy(self._model_settings[materialization_type])
                                          ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'NAME_MAT'

@BentsiLeviav BentsiLeviav merged commit 0c44464 into main Mar 26, 2024
32 checks passed
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants