Skip to content

Commit

Permalink
Explain all commands that will create a semantic manifest (#5416)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?

The SL docs discuss a subset of common commands that generate a semantic
manifest, but not all of them. Updated docs to match manifest.json's
more exhaustive explanation.
  • Loading branch information
mirnawong1 authored May 1, 2024
2 parents 08eabab + 57c2a93 commit 5ce2a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/dbt-cloud-apis/sl-manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Similar to the [`manifest.json` file](/reference/artifacts/manifest-json), the `

## How it's produced

The `semantic_manifest.json` is produced whenever your dbt project is parsed. The easiest way to generate the file yourself is to run `dbt parse`. Since `dbt run`, `dbt build`, and `dbt compile` all parse your dbt project, these commands will generate a semantic manifest as well.
Just like `manifest.json`, the `semantic_manifest.json` is produced whenever your dbt project is parsed. All dbt commands will parse your project and create a `semantic_manifest.json` file, _except_ [`deps`](/reference/commands/deps), [`clean`](/reference/commands/clean), [`debug`](/reference/commands/debug), and [`init`](/reference/commands/init).


## Top level keys
Expand Down

0 comments on commit 5ce2a78

Please sign in to comment.