dbt-core — Easy Playground
Data build tool: transform data in your warehouse with SQL
Getting started with dbt-coreRun locally
Install
pip install dbt-corePython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: dbt_core)
dbt-core is a third-party package. Data build tool: transform data in your warehouse with SQL. Install with: pip install dbt-core
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?