how to create relational schema | Community
Skip to main content
New Participant
July 2, 2025
Question

how to create relational schema

  • July 2, 2025
  • 1 reply
  • 355 views

how to create realatinal schema ,and how to strich to main schema,and 

how to ingest dat separately or along with striching schema?

which is better option?

1 reply

KumarRishii
New Participant
July 2, 2025

To create a relational schema in Adobe Experience Platform (AEP):

1) Create two schemas: a Profile-enabled main schema and a non-Profile lookup schema.
2) Stitch them using the “Add Relationship” option by matching a common key (e.g., customerId).
3) Ingest data either:

Separately (recommended): Upload lookup and profile data in different dataflows.
Together: Use nested schema structure (less flexible and not reusable).

Referral Link: https://experienceleague.adobe.com/en/docs/experience-platform/xdm/tutorials/relationship-ui

I will suggest you to use separate lookup schemas with relationships for a cleaner, scalable, and reusable data model.