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 ?

Answers

  • Anurag0911
    edited September 2024

    Hi

    1. 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.
    2. Transfer Data to Spoke Model:
      • Import the list of new/updated transactions.
      • Import the corresponding transaction data.
    3. 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