Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 314 Bytes

03_usage.md

File metadata and controls

22 lines (15 loc) · 314 Bytes

Usage

Working from inside a dbt project, try these basic commands:

  1. Execute transformations.

    dbt run
  2. Validate the integrity of the transformed data.

    dbt test
  3. Generate and access the documentation.

    dbt docs generate
    dbt docs serve