The Problem:
We need to FullRefresh, because there are Functions in the Query that need to be refreshed.
BUT there are also Window-Funtions in the Query, e.g. (exakt content doesnt matter)
Code: Select all
CAST(row_number() OVER(PARTITION BY date_to_yearmonth(date)=date_to_yearmonth(COALESCE(ldate, date)) ORDER BY COALESCE(ldate, date), field1, pos1) AS INTEGER) AS row_number,
Is there is a way to handle this? Can i explicit EXCLUDE fields from the RefreshRecord-Procedure on some way?