Is it possible to trigger an ION API call after a Data Lake Ingestion activity completes?
For example, I have a d/EPM load query that loads data from the Data Lake that I want to execute when relative data is replicated to the Data Lake.
I've successfully created a ION API Data Flow that triggers a d/EPM load query with the same IMS document as the Data Lake flow, but the API load query completes before the Data Lake ingestion completes so the data in d/EPM is not up to date.
My next thought was to modify the Data Lake ingestion flow with a filter and ION API activity after the Data Lake ingestion activity, instead of having a separate data flow, but that doesn't appear to be possible since the Data Lake ingestion activity must be at the end of the flow.
Any thoughts or ideas?
Thanks!
Andy