Initialization Code
This page provides detailed instructions on the Initialization Code transform code block and what should be added to the Script Manifest file in order to execute the code
Script Manifest File (YML)
Upstream Transformation Dependencies
There are no dependencies on upstream code blocks
Transformation Code Requirements
The following code should be added at the start of the main workflow to ensure that all the required tables that are used in the Daasity data models are generated prior to executing the transformation code
One-Time Initialization
Add all of these scripts to your initial or main workflow that executes transformation
These one-time initialization scripts create the tables for the Unified schemas. Integration transformation code will fail if these scripts do not first create the tables.
Initialization
Add these scripts at the top of your daily workflow to make sure calendars, currency exchange rates and integration mapping are all refreshed
Reset the table to help track completion of all your scripts and validate uniqueness across different entities
Update the daily calendar to easily analyze performance for calendar based dimensions like "Yesterday", "Last Week", "Last Year", etc.
Map your integrations to transform code to ensure that different platforms (GA to Ecommerce) are appropriately linked
Update the currency exchange rates and Amazon currency exchange rates
Last updated