Hi, I'm running a dataflow which creates a large table (let's call it result table) from various data sources as basis for reporting. I plan to run this dataflow once a day.
Issue: When running the dataflow, all results are appended to the existing result table. However, I'd like to clear all rows of the result table before, but do not find a matching command in the transformation user interface.
Desired behavior: Clear all result table rows as part of the daily dataflow before re-filling it with the new rows.
Any hint is highly appreciated!