I’ve built a transformed table via Pipeline and I’m trying to set up a scheduler so it refreshes whenever the upstream data changes. This transformed table depends on two upstream sources. In the Scheduler UI, I can only select one source as the trigger, not multiple.
Goal: Refresh the transformed table when either upstream source changes.
Questions:
-
Is there a way to configure the scheduler with multiple upstream dependencies (trigger on any change)?
-
If not, what’s the recommended pattern?
Thank yo.
