Forum Discussion
Trigger Data Pipeline
- 2 years ago
Above would be the flow wherein you would query the control table from the database via lookup activity
Then leverage IF activity and do your comparison from the lookup activity output
and based on true/false output add the necessray actions within IF activity
Thank you NandanHegde for response!
Yes, I have a control table to check when a load is finished in Database and would like to query to check if load is done for day and then based on value compared to trigger time of pipeline, I would like to invoke next steps.
is there any example to refer to for setting up this?
Above would be the flow wherein you would query the control table from the database via lookup activity
Then leverage IF activity and do your comparison from the lookup activity output
and based on true/false output add the necessray actions within IF activity