Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2024 10:47 PM
Hi @Alberto_Umana, thanks a lot for your answer!! It works really well!
I just wanted to point out that I’ve noticed different values in the `message` column. Here’s what I’ve come across so far:
- Flow 'amount_view' has been planned in DLT to be executed as GROUP_AGGREGATE.
- Flow 'amount_view' has been planned in DLT to be executed as COMPLETE_RECOMPUTE.
- Flow 'amount_view' has been planned in DLT to be executed as NO_OP.
- Flow 'amount_view' has been planned in DLT to be executed as COMPLETE_RECOMPUTE. Another option is GROUP_AGGREGATE, but COMPLETE_RECOMPUTE was chosen for this run due to its better performance.
The values are quite self-explanatory, and the `details` column explain why a complete recompute is sometimes preferred over a group aggregate. Thanks again for your help!