Snippets Collections
version: 2

sources:
  - name: jaffle_shop
    description: a clone of a Postgres application database
    database: raw
    tables:
      - name: customers
        description: the raw customer data
        columns: 
          - name: id
            description: primary key of raw customer data
            tests: 
              - unique
              - not_null
      - name: orders
        description: the raw orders data
        columns: 
          - name: id
            description: primary key of raw orders data
            tests: 
              - unique
              - not_null
  
star

Sun May 07 2023 06:09:59 GMT+0000 (Coordinated Universal Time) https://docs.getdbt.com/docs/build/sources#tag/Runs/operation/cancelRunById

#dbt #yml #mart #source

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension