1 repository
Combining raw source tables for unified concepts.
Distinct from Complex Data Modeling: Distinct from Complex Data Modeling: focuses on the composition of base models via joins/unions rather than general modeling structures.
Explore 1 awesome GitHub repository matching data & databases · Base Model Composition. Refine with filters or upvote what's useful.
dbt-core is a command-line framework for transforming data within a warehouse using modular SQL and version control. It functions as a data transformation engine that enables users to define data structures and business logic through declarative configuration files, which the system then compiles into executable code. By managing complex data dependencies through a directed acyclic graph, it ensures that transformation tasks execute in the correct order while maintaining a manifest-driven state to track lineage and execution history. The project distinguishes itself through an adapter-based d
Combines raw source tables through joins or unions to prepare unified concepts before applying staging transformations.