dbt-sugar
Contribute on GitHub
v0.1.0
v0.1.0
  • Introduction
  • Installation & Configuration
    • Installation
    • Configuration
      • Sugar Config
    • Compatibility
  • Commands
    • dbt-sugar bootstrap
      • bootstrap CLI reference (full-list)
    • dbt-sugar audit
      • audit CLI reference (full-list)
    • dbt-sugar doc
      • doc CLI reference (full-list)
    • Global CLI Flags
  • Caveats & Gotchas
    • Things to Know That We Know You Should Know
Powered by GitBook
On this page
  • What is dbt-sugar?
  • Here's the tool in action
  • Overview of Current Features
  • What has recently changed?

Was this helpful?

Introduction

NextInstallation

Last updated 3 years ago

Was this helpful?

dbt-sugar is very much under active development. Development happens on . We absolutely would welcome any help from feature requests, discussion in issues, help with database connector testing to actual code changes! 🤗. Join the community on our .

What is dbt-sugar?

dbt-sugar is a command-line interface tool that allows users of to perform tasks such as adding column and model documentation, enforce test coverage and tags (more to come) directly from the CLI across a variety of dbt projects. Check out the if you want to know what is coming!

Here's the tool in action

Overview of Current Features

  • document a model's description

  • document columns of a model (and propagate description across fields that are identically named, we call this "homogenise" and it is the main reason behind why we built dbt-sugar,

  • add common dbt builtin tests such as unique or not_null,

  • add tags

  • get a model or project level summary of the number of columns that are documented and tested.

  • Do you have very few models documented? Want to quickly generate schema.yaml files for all of your models and have it pre-populated by placeholders or already documented columns that share names across your projects. Kick it off with the bootstrap task

What has recently changed?

We maintain and keep our CHANGELOG up to date on the . Head over if you want to see all the changes since the last release.

Documentation Task
Audit Task
Bootstrap Task
GitHub repository
there
bitpicky/dbt-sugar
Discord
dbt
project roadmap
dbt-sugar in action