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
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter