# Technical Docs

- [Looker Guides: Dev/LookML](/technical-docs/looker-guides-dev-lookml.md)
- [Daasity Hub & Spoke Introduction](/technical-docs/looker-guides-dev-lookml/daasity-hub-and-spoke-introduction.md): This article explains the Hub & Spoke architecture we use for your Enterprise Looker setup.
- [Hub & Spoke File Structure](/technical-docs/looker-guides-dev-lookml/hub-and-spoke-file-structure.md)
- [Working with LookML Dashboards](/technical-docs/looker-guides-dev-lookml/working-with-lookml-dashboards.md)
- [Customizing Base Daasity Code](/technical-docs/looker-guides-dev-lookml/customizing-base-daasity-code.md)
- [The LookML Development Workflow](/technical-docs/looker-guides-dev-lookml/the-lookml-development-workflow.md)
- [Transform Code](/technical-docs/transform-code.md): Get an overview of how to transform the raw data in your data warehouse into analysis-ready models
- [Overview](/technical-docs/transform-code/overview.md): This page provides an overview of the different blocks of SQL Transformation Code that exist in the Daasity repository and links to pages that outline how to setup the configuration
- [Transform Code](/technical-docs/transform-code/transform-code.md): This page provides an outline of the different blocks of transformation code that are available with Daasity and how to implement the blocks of code with our Transformation Configuration
- [Transform Code Sequence - DRP](/technical-docs/transform-code/transform-code/transform-code-sequence-drp.md): This page provides details on how to sequence the different SQL code blocks that generate the Data Reporting Platform (DRP) schema
- [Initialization Code](/technical-docs/transform-code/transform-code/initialization-code.md): 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
- [Householding Code](/technical-docs/transform-code/transform-code/householding-code.md): This page provides detailed instructions on the Householding Code transform code block and what should be added to the Script Manifest file in order to execute the code
- [Order Status Code](/technical-docs/transform-code/transform-code/order-status-code.md): This page provides detailed instructions on the Order Status Code transform code block and what should be added to the Script Manifest file in order to execute the code
- [Order Channel and Marketing Code](/technical-docs/transform-code/transform-code/order-channel-and-marketing-code.md): This page provides detailed instructions on the Order Channel and Marketing Code transform code block and what should be added to the Script Manifest file in order to execute the code
- [Daily Plan Code](/technical-docs/transform-code/transform-code/daily-plan-code.md): This page provides detailed instructions on the Householding Code transform code block and what should be added to the Script Manifest file in order to execute the code
- [Order and Order Line Revenue](/technical-docs/transform-code/transform-code/order-and-order-line-revenue.md): This page provides detailed instructions on the Order and Order Line Revenue Code transform code block and what should be added to the Script Manifest file in order to execute the code
- [Plan to Actual Code](/technical-docs/transform-code/transform-code/plan-to-actual-code.md): This page provides detailed instructions on the Plan to Actual Code transform code block and what should be added to the Script Manifest file in order to execute the code
- [Customer Code](/technical-docs/transform-code/transform-code/customer-code.md): 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
- [Subscription Code](/technical-docs/transform-code/transform-code/subscription-code.md): This page provides detailed instructions on the Subscription Code transform code block and what should be added to the Script Manifest file in order to execute the code
- [Reviews](/technical-docs/transform-code/transform-code/reviews.md): This page provides detailed instructions on the Reviews Code transform code block and what should be added to the Script Manifest file in order to execute the code
- [Life-Time Value Code](/technical-docs/transform-code/transform-code/life-time-value-code.md): This page provides detailed instructions on the Life-Time Value Code transform code block and what should be added to the Script Manifest file in order to execute the code
- [Returns](/technical-docs/transform-code/transform-code/returns.md): This page provides detailed instructions on the Returns Code transform code block and what should be added to the Script Manifest file in order to execute the code
- [Product and Inventory Code](/technical-docs/transform-code/transform-code/product-and-inventory-code.md): This page provides detailed instructions on the Product and Inventory Code transform code block and what should be added to the Script Manifest file in order to execute the code
- [Email & SMS](/technical-docs/transform-code/transform-code/email-and-sms.md): This page provides detailed instructions on the Email & SMS Code transform code block and what should be added to the Script Manifest file in order to execute the code
- [Transform Code Sequence - Data Mart](/technical-docs/transform-code/transform-code/transform-code-sequence-data-mart.md): This page provides details on how to sequence the different Data Marts code blocks to ensure that the different Data Marts are properly updated
- [Unified Order Schema (UOS) Code](/technical-docs/transform-code/transform-code/unified-order-schema-uos-code.md): This page provides information on the transform code block that is needed to populate the Unified Order Schema (UOS) and what should be added to a Script Manifest file in order to execute the code
- [Unified Marketing Schema (UMS) Code](/technical-docs/transform-code/transform-code/unified-marketing-schema-ums-code.md): This page provides information on the transform code block that is needed to populate the Unified Marketing Schema (UMS) and what should be added to a Script Manifest file in order to execute the code
- [Unified Notification Schema (UNS)](/technical-docs/transform-code/transform-code/unified-notification-schema-uns.md): This page provides information on the transform code block that is needed to populate the Unified Notification Schema (UNS) and should be added to a Script Manifest file in order to execute the code
- [Channel Attribution Data Mart Code](/technical-docs/transform-code/transform-code/channel-attribution-data-mart-code.md): This page provides information on the transform code block that is needed to create Channel Attribution Data Mart and what should be added to a Script Manifest file in order to execute the code
- [Marketing Data Mart Code](/technical-docs/transform-code/transform-code/marketing-data-mart-code.md): This page provides information on the transform code block that is needed to create Marketing Data Mart and what should be added to a Script Manifest file in order to execute the code
- [Code Repository](/technical-docs/transform-code/code-repository.md)
- [Code Repository Overview](/technical-docs/transform-code/code-repository/code-repository-overview.md): This page provides an introduction to your code repository, which enables you to add your own SQL code and use our transformations to build your perfect data environment
- [Getting Access to Your Code Repository](/technical-docs/transform-code/code-repository/getting-access-to-your-code-repository.md): This page outlines the steps you need to take in order to get access to your Custom Code Repository
- [Code Repository Branches](/technical-docs/transform-code/code-repository/code-repository-branches.md): This page outlines how to use branches in Github to help with your data warehouse development
- [Custom SQL Code](/technical-docs/transform-code/code-repository/custom-sql-code.md): This page outlines how to add custom SQL code to your code repository so you can build your own data models and business logic
- [Data Flow Diagrams](/technical-docs/transform-code/data-flow-diagrams.md)
- [Notifications](/technical-docs/notifications.md)
- [Introduction to Notifications](/technical-docs/notifications/introduction-to-notifications.md): This page provides an overview of our Notifications feature that is part of the Daasity Data Orchestration
- [Enabling Notification Emails](/technical-docs/notifications/enabling-notification-emails.md)
- [Notifications UI](/technical-docs/notifications/notifications-ui.md)
- [Managing Notifications](/technical-docs/notifications/managing-notifications.md)
- [Authorization List](/technical-docs/notifications/authorization-list.md)
- [Warehouse](/technical-docs/warehouse.md)
- [Test Data Warehouse](/technical-docs/warehouse/test-data-warehouse.md)
- [Test Data Warehouse Overview](/technical-docs/warehouse/test-data-warehouse/test-data-warehouse-overview.md)
- [Create a Snowflake Test Warehouse](/technical-docs/warehouse/test-data-warehouse/create-a-snowflake-test-warehouse.md): This page outlines the steps you need to take to create a test warehouse when you are using Snowflake
- [Create a Redshift Test Warehouse](/technical-docs/warehouse/test-data-warehouse/create-a-redshift-test-warehouse.md): This page outlines the steps you need to take to create a test warehouse when you are using Redshift
- [Workflows & Scheduling](/technical-docs/workflows-and-scheduling.md)
- [Getting Started with Workflows](/technical-docs/workflows-and-scheduling/getting-started-with-workflows.md): This page provides an introduction to workflows, which are core to the Daasity platform and enable you to build an integrated extraction and transformation process
- [Script Manifest (YAML) Files](/technical-docs/workflows-and-scheduling/script-manifest-yaml-files.md): This page provides an outline of how to setup a Script Manifest File within the Daasity App to configure the transformation that will execute as part of a workflow
- [Custom Script Manifest Files](/technical-docs/workflows-and-scheduling/custom-script-manifest-files.md): This page outlines how to add custom script manifest files to your code repository so you can run any custom SQL code in a separate workflow
- [Creating Workflows](/technical-docs/workflows-and-scheduling/creating-workflows.md): This page provides information on how to create a workflow and select the options for integrations, transformation and schedule to build the extraction and transformation process for your data stack
- [Managing Workflows](/technical-docs/workflows-and-scheduling/managing-workflows.md): This page provides information on how to test, run, and manage the workflows in your account.
- [Workflow Metrics](/technical-docs/workflows-and-scheduling/workflow-metrics.md): This article provides an overview of the different Workflow metrics captured by Daasity and how to use the different metric pages to get additional detail on the different components of the workflow
