Christoph

Results 3 comments of Christoph

i have a similar issue when trying to delete records via a UTC timestamp field. I was not able to create a UTC timestamp for the right side of the...

I have a master data source where historical data gets updated with new 'valid from' and 'valid to' periods. In each batch, I receive the full history, including valid/to periods,...

Hi @cjpotgieter, yes, you also need to change the stage to multi active by adding this derived_columns: ma_attribute: value: 'row_number() over (partition by customer_key,ldts order by validfrom,validto)' datatype: int include_source_columns:...