You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running dbt docs generate in the dbt/ directory will generate target/index.html, an HTML version of the documentation for our dbt models and tests. Use this file to deploy our documentation as a static site.
There are a number of good options for deploying static sites; in roughly descending order of preference:
GitHub Pages
AWS S3 with a CloudFront CDN
Netlify
GitHub Pages is preferred since it is easy to use and already integrated into GitHub; S3 + CloudFront is next on the list since we already pay for AWS; and Netlify is last in the priority queue because we don't use it yet, but it's very easy to set up so it's a plausible option if the first two don't work for whatever reason.
The text was updated successfully, but these errors were encountered:
Running
dbt docs generate
in thedbt/
directory will generatetarget/index.html
, an HTML version of the documentation for our dbt models and tests. Use this file to deploy our documentation as a static site.There are a number of good options for deploying static sites; in roughly descending order of preference:
GitHub Pages is preferred since it is easy to use and already integrated into GitHub; S3 + CloudFront is next on the list since we already pay for AWS; and Netlify is last in the priority queue because we don't use it yet, but it's very easy to set up so it's a plausible option if the first two don't work for whatever reason.
The text was updated successfully, but these errors were encountered: