Skip to content

Commit

Permalink
fix an issue with incorrect merge (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
tovganesh authored Nov 24, 2022
1 parent 14c54e6 commit de7c817
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@

{% macro hive__get_incremental_default_sql(arg_dict) %}
{#-- default mode is append, so return the sql for the same #}
{% do return(get_insert_into_sql(arg_dict["source_relation"], arg_dict["target_relation"]) %}
{% do return(get_insert_into_sql(arg_dict["source_relation"], arg_dict["target_relation"])) %}
{% endmacro %}

0 comments on commit de7c817

Please sign in to comment.