markporoshin / dbt-greenplum

Adaptation postgres adapter for Greenplum
32 stars 20 forks source link

If temporary clause skipped #4

Closed d1bevz closed 2 years ago

d1bevz commented 2 years ago

I forked your repo and while I was using it I found bug - during updating incremental models dbt cannot create temporary table for increment.

{% if is_partition %} should be {% if is_partition and not temporary %} like this