We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb3c57 commit 9c2be85Copy full SHA for 9c2be85
dbt/include/impala/macros/adapters.sql
@@ -171,7 +171,6 @@
171
{{ ct_option_tbl_properties(label="tblproperties") }}
172
as
173
{{ sql }}
174
- ;
175
{%- endmacro %}
176
177
{% macro impala__create_view_as(relation, sql) -%}
@@ -186,7 +185,6 @@
186
185
{{ ct_option_comment_relation(label="comment") }}
187
188
189
190
191
192
{% macro impala__create_schema(relation) -%}
@@ -257,7 +255,7 @@
257
255
drop table if exists {{ to_relation }}
258
256
{% endcall %}
259
{% call statement('drop_relation_if_exists_view') %}
260
- drop view if exists {{ to_relation }};
+ drop view if exists {{ to_relation }}
261
262
{% call statement('rename_relation') -%}
263
{% if not from_rel_type %}
0 commit comments