You are here:
Keep DMO Mappings When Deploying Data Transforms via Data Kits
When you deploy a Data Transform using a Data Kit, the mappings between Output Data Lake Objects (DLOs) and Data Model Objects (DMOs) aren't automatically included. To carry over these mappings, explicitly add the Output DLOs to the Data Kit.
Including a Data Transform in a Data Kit packages its SQL logic and input and output parameters. However, the mappings between Output DLOs and DMOs function as independent dependencies. Deploying only the Data Transform component results in a successful deployment where the DLOs may remain unmapped. To ensure the Output DLO-to-DMO mappings are carried over during deployment, the Output DLOs themselves must be explicitly added to the Data Kit configuration.
- Navigate to the Data Kits tab and open your kit.
- Add the Data Transform.
-
Add Output DLOs.
- Navigate to the Data Lake Objects section of the Data Kit.
- Click Add.
- Manually select and include all Output DLOs generated by your Data Transform.
By explicitly adding the Output DLOs, the Data Kit dependency engine recognizes and bundles the DLO-to-DMO mapping metadata. When this Data Kit is deployed to the target org, the Data Transform arrives with all its downstream mappings fully intact and ready for use.

