Delta Load
how I can implement delta load from datahub to Spoke model. the action pulling the delta load is running into the spoke model , then how to mark the transferred data from spoke model to datahub model ?
0
Answers
-
Hi
- Initial Setup in Data Hub:
- Create modules to hold transaction properties and data.
- Add Boolean fields to track export status.
- Create views to filter out already exported data.
- Transfer Data to Spoke Model:
- Import the list of new/updated transactions.
- Import the corresponding transaction data.
- Mark Transferred Data:
- Update the Data Hub to mark the transactions as exported using an import from the Spoke model.
Use this for more info: Delta Load — Anaplan Community
Hope this helps
0 - Initial Setup in Data Hub: