Hey folks,
I am wondering if anyone has implemented a solution where we keep log of pipeline run in warehouse table. (nested pipelines)
So far the things I tried:
- Invoke pIpeline (preview) activity does return some properties useful to get the details of any child pipeline invoked.
- Invoke Pipeline (Legacy) activity don't have any such property so it's sort of difficult to get the child run details.
- Tested job scheduler API to get job instance, again this only supports the Pipeline Run Id's when pipeline is invoked manually (using UI) and does not accept the one's triggered using Invoke Pipeline activity (error 404) :(