Customer Code
This page provides detailed instructions on the Customer 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
Transformation Code Requirements
#--------------------------------------------------------------------------------------------------------------------
# SECTION: 4600_CUSTOMER
# DEPENDENCIES:
# - Section: 0500_UOS
# - Section: 2700_ORDER_STATUS
# - Section: 3000_CHANNEL
# - Section: 4300_ORDER_LINE_REVENUE
# OPTIONAL:
# - Integration: Gorgias
# REQUIRED: No
# PURPOSE: This code the DRP tables for Customer / Customer Profiles and should be enabled once the upstream
# blocks are enabled
#--------------------------------------------------------------------------------------------------------------------
customer:
integrations:
scripts:
- "github://platform-sql-shared/scripts/base/4600_customer/4610_CUS_BAS_customers.sql"
- "github://platform-sql-shared/scripts/pro/4600_customer/4615_CUS_BAS_monthly_customer_segments.sql"
- "github://platform-sql-shared/scripts/pro/4600_customer/4619_CUS_BAS_customer_segment_last_week.sql"
- "github://platform-sql-shared/scripts/pro/4600_customer/4620_CUS_BAS_customer_profiles.sql"
- "github://platform-sql-shared/scripts/pro/4600_customer/4630_CUS_BAS_customer_fo_sku_lkp.sql"
- "github://platform-sql-shared/scripts/pro/4600_customer/4640_CUS_BAS_retention_performance.sql"
- "github://platform-sql-shared/scripts/base/4300_order_line_revenue/4325_OLR_CTM_sku_level_repurchase_rate.sql"
customer_gorias:
integrations:
- gorgias
scripts:
# - "github://platform-sql-shared/scripts/base/4600_customer/4690_CUS_BAS_customer_profile_insert_gorgias.sql"
Customer
Customer - Gorgias
Was this helpful?