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
  • Model Name:
  • Syrup

Was this helpful?

  1. Commands
  2. dbt-sugar audit

audit CLI reference (full-list)

Previousdbt-sugar auditNextdbt-sugar doc

Last updated 4 years ago

Was this helpful?

Model Name:

You can target a specific model by passing the -m/--model argument followed by the name of the dbt model that you want to audit like so: dbt-sugar -m orders

Syrup

The --syrup argument controls the configuration you wish dbt-sugar to use (see ). Normally, you will have specified a default syrup in your sugar_config.yaml but you may want to override it on-demand. To do so, you can pass --syrup maple_syrup on the dbt-sugar audit CLI call and dbt-sugar will use this config for that specific run instead of your default one. Note: if you have not set up a default syrup, dbt-sugar will error and demand that you define one or pass it via the CLI for each use (see ).

how to configure your sugar_config.yml
sugar_config setup