An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
Hello Bexy,
You want to ingest data from three different (source) tables into one (target) table.
A (target) table can have multiple update policies.
Follow this blog post regarding adding a (one) update policy.
Just give your target table three separate update policies, each for another source table with a custom update policy function.
So you probably need three functions.
All (three) functions receive messages from their source table and need to honor the target table format.
If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.