Hi everyone!
I asked the question in the "general"-channel by mistake. So maybe it is besser suited here:
Is it possible, to have an OFFLINE table filled by a RealtimeToOfflineSegmentsTask to have one row per primary key (e.g. hostname)? For example: everytime, a new host entry is coming in, the old row (all columns) is completely replaced?
Right now, a new row is appended to the table depending on the roundBucketTimePeriod, for example "1d" generates a new row every day.
The OFFLINE table is tagged as isDimTable and the REALTIME mergeType set to "dedup".
Bascially, I only want the newest entry to be part of the OFFLINE-table. How do ein accomplish this?