ikeniborn
ikeniborn
> I will take a look. I think it is a problem with the exchange macro. It should not give the`on cluster` clause for table materialization. > > Hi @ikeniborn,...
is_incremental() get data from dbt_new_data and when delete from target table filterinf from all table from full scan. If i used incremental_predicates i filtering target table from partition. It is...
i test my select with other data period and if i used date in unique_key that aiget filter partition when delete from target table. But if exclude date from unique_key...
> @ikeniborn isn't it possible to pass all variables in config without wrapping in `{{}}`? because you are already in jinja context. As far as understand `get_incremental_period` is your custom...
About perfomance. delete more slowly then drop partition. About 3-5 slowly. For day i used partition, but when i want update hour a used delete, because i cant used partition...