Are Data Factory triggers not enough for you? If you want to execute a Data Factory pipeline upon completion of another Data Factory Pipeline you can utilize the Web Activity. Simply, by a REST API call you can trigger and pass parameters into another pipeline regardless if it is in the same factory or a completely different one.
You can find the template for the POST url used in the example here:
https://learn.microsoft.com/en-us/res...
Follow me on social media:
LinkedIn: / apostolos-athanasiou-9a0baa119
GitHub: https://github.com/apostolos1927/
Facebook: https://www.facebook.com/profile.php?...
00:00 - Intro
01:10 - How to trigger a pipeline using the Web Activity
08:06 - How to trigger a pipeline from another Data Factory
09:49 - Conclusion