diff --git a/dbt/include/clickhouse/macros/materializations/dictionary.sql b/dbt/include/clickhouse/macros/materializations/dictionary.sql index ef8e64e5..ed41f579 100644 --- a/dbt/include/clickhouse/macros/materializations/dictionary.sql +++ b/dbt/include/clickhouse/macros/materializations/dictionary.sql @@ -89,12 +89,6 @@ {% if credentials.get("database") != '' -%} db '{{ credentials.get("database") }}' {%- endif %} - {% if credentials.get("host") != '' and credentials.get("host") != 'localhost' -%} - host '{{ credentials.get("host") }}' - {% if credentials.get("port") != '' -%} - port '{{ credentials.get("port") }}' - {%- endif %} - {%- endif %} {%- if table is not none %} table '{{ table }}' {% else %}