hongbo-miao/hongbomiao.com

View on GitHub
data-transformation/dbt/projects/dbt_hm_postgres/models/example/schema.yml

Summary

Maintainability
Test Coverage
---
version: 2

models:
  - name: my_first_dbt_model
    description: A starter dbt model
    columns:
      - name: id
        description: The primary key for this table
        tests:
          - unique
          - not_null

  - name: my_second_dbt_model
    description: A starter dbt model
    columns:
      - name: id
        description: The primary key for this table
        tests:
          - unique
          - not_null