Skip to content

Commit

Permalink
Link to reference docs for the target-path configuration (#4922)
Browse files Browse the repository at this point in the history
[Preview](https://docs-getdbt-com-git-dbeatty-target-path-for-artifacts-dbt-labs.vercel.app/docs/dbt-cloud-apis/sl-manifest)

## What are you changing in this pull request and why?

While working on #4921,
I noticed an opportunity to link to the docs that show how to configure
the target path for artifacts (like `semantic_manifest.json`

## Checklist
- [x] Review the [Content style
guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md)
so my content adheres to these guidelines.
  • Loading branch information
mirnawong1 authored Feb 15, 2024
2 parents f00eb10 + 99fd85c commit a80b0a8
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 @@ -19,7 +19,7 @@ dbt creates an [artifact](/reference/artifacts/dbt-artifacts) file called the _S

By using the semantic manifest produced by dbt Core, MetricFlow will instantiate a data flow plan and generate SQL from Semantic Layer query requests. It's a valuable reference that you can use to understand the structure and details of your data models.

Similar to the [`manifest.json` file](/reference/artifacts/manifest-json), the `semantic_manifest.json` also lives in the `/target` directory of your dbt project. This is where dbt stores various artifacts (such as compiled models and tests) generated during the execution of your project.
Similar to the [`manifest.json` file](/reference/artifacts/manifest-json), the `semantic_manifest.json` file also lives in the [target directory](/reference/project-configs/target-path) of your dbt project where dbt stores various artifacts (such as compiled models and tests) generated during the execution of your project.

## How it's produced

Expand Down

0 comments on commit a80b0a8

Please sign in to comment.