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

Was this helpful?

  1. Installation & Configuration

Configuration

PreviousInstallationNextSugar Config

Last updated 4 years ago

Was this helpful?

All configuration options are declared in a yaml file named sugar_config.yml. This yaml file will hold information such as where your dbt projects live as well as high-level dbt-sugar behavioural configs such as whether you want to exclude some dbt models from dbt-sugar's scope, whether you want to homonegise definitons accros your models etc.

Check the section to see how to set it up as well as to find out the exhaustive list of configuration options you can set up.

Sugar Config