> For the complete documentation index, see [llms.txt](https://help.daasity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.daasity.com/technical-docs/transform-code/transform-code/transform-code-sequence-drp.md).

# Transform Code Sequence - DRP

## Overview

The Data Reporting Platform \[`drp`] is the initial Data Mart model designed by Daasity and is the schema that contains all of the reporting and analysis tables that are derived from the different Unified Schemas.  More information on the tables in this schema can be found on our [Data Reporting Platform Data Mart Model page](/core-concepts/data-models/unified-schemas/data-marts/data-reporting-platform-drp.md)

## Script Manifest File Sequence

When developing a script manifest file to generate the tables in the \[`drp`] schema, the relevant code for each SQL code block **must** be ordered in the following sequence.  This sequence ensures that the code will execute in the proper order and that all of the \[`drp`] tables will be populated as expected.

You should setup your script manifest file in this sequence and reference each of the pages in the [Transform Code](/technical-docs/transform-code/transform-code.md) section that provide details on implementation.

{% hint style="warning" %}
This schema will be deprecated over the coming year and tables will be moved to separate Data Marts allowing for better leverage of the Daasity Data Orchestration engine
{% endhint %}

{% embed url="<https://lucid.app/documents/view/9f8edfdc-6fb8-4e58-894a-190d1f25a917>" %}
