1 Repo
Configuration options for choosing between views, tables, or incremental updates for model storage.
Distinct from Materialized Views: Distinct from Materialized Views: focuses on the selection of storage strategies for data models rather than the architectural implementation of cached views.
Explore 1 awesome GitHub repository matching data & databases · Materialization Strategy Selectors. 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
Determines how data models are physically stored in the warehouse to balance performance and build efficiency.