Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzl25 committed Mar 8, 2024
1 parent 9190565 commit a1ef453
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions dbt/include/risingwave/macros/adapters.sql
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,6 @@
{% endmacro %}


-- temporary disable temp table for lacking support to rename table
{% macro risingwave__make_temp_relation(base_relation, suffix) %}
{%- set temp_identifier = base_relation.identifier -%}
{%- set temp_relation = base_relation.incorporate(
path={"identifier": temp_identifier}) -%}

{{ return(temp_relation) }}
{% endmacro %}

{% macro risingwave__make_intermediate_relation(base_relation, suffix) %}
{{ return(make_temp_relation(base_relation, suffix)) }}
{% endmacro %}

{% macro risingwave__get_create_index_sql(relation, index_dict) -%}
{%- set index_config = adapter.parse_index(index_dict) -%}
{%- set comma_separated_columns = ", ".join(index_config.columns) -%}
Expand Down

0 comments on commit a1ef453

Please sign in to comment.