About dbt Cloud
dbt Cloud is a hosted service that helps data analysts and engineers productionize dbt deployments. It comes equipped with turnkey support for scheduling jobs, CI/CD, serving documentation, monitoring & alerting, and an integrated developer environment (IDE).
dbt Cloud’s generous Developer (free) plan and deep integration with dbt Core make it well suited for data teams small and large alike.
You can sign up to get started with dbt Cloud.
Develop dbt projects
You can use the dbt Cloud IDE to develop, run, and version control dbt projects on the web.
Schedule and run dbt jobs in production
Set up custom schedules to run your production dbt jobs. dbt Cloud’s comprehensive scheduling interface makes it possible to schedule jobs by day of week, time of day, or a recurring interval.
Scheduling jobs with dbt Cloud
Democratize access to logs
dbt Cloud makes it easy to view in-progress and historical logs for your dbt runs. From dbt Cloud, you can view and download the run logs for your dbt invocations. If you’re happy ssh’ing into a cron server and running tail -f
on a logfile, then this feature is not for you!
Generate and distribute documentation
dbt Cloud hosts and authorizes access to dbt project documentation. After enabling documentation for a given job, you can click the “View Documentation” button to see the latest documentation for that job. Because these docs are generated on a schedule, they’re always up to date! Simply invite your coworkers to dbt Cloud to share your project’s documentation with the rest of your team. More info about enabling docs for your jobs can be found here.
Viewing documentation in dbt Cloud
Enable Continuous Integration
Continuous integration functionality is available to accounts on the Basic Tier or higher.
dbt Cloud can be configured to run your dbt projects in a temporary schema when new commits are pushed to open pull requests. When the Cloud job completes, a status will be shown for the PR inside of GitHub. This build-on-PR functionality is a great way to catch bugs before deploying to production, and an essential tool in any analysts belt. More info on enabling CI workflows in dbt Cloud can be found here.