Skip to content

Commit d2bfc51

Browse files
authored
Use file paths in the analyses/ directory (dbt-labs#3218)
[Preview](https://deploy-preview-3218--docs-getdbt-com.netlify.app/docs/build/analyses#overview) ## What are you changing in this pull request and why? The example pointed to a folder name of `analysis` when it should be `analyses`. ### 🎩 After this PR: <img width="500" alt="image" src="https://user-images.githubusercontent.com/44704949/233106760-47290ffc-d750-492e-b6b0-62f6046a4221.png"> ## Checklist - [x] Review the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) and [About versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version) so my content adheres to these guidelines. - [x] Add a checklist item for anything that needs to happen before this PR is merged, such as "needs technical review" or "change base branch."
1 parent 38d3e56 commit d2bfc51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/docs/build/analyses.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Any `.sql` files found in the `analyses/` directory of a dbt project will be com
1111

1212
In practice, an analysis file might look like this (via the [open source Quickbooks models](https://github.com/dbt-labs/quickbooks)):
1313

14-
<File name='running_total_by_account.sql'>
14+
<File name='analyses/running_total_by_account.sql'>
1515

1616
```sql
17-
-- analysis/running_total_by_account.sql
17+
-- analyses/running_total_by_account.sql
1818

1919
with journal_entries as (
2020

0 commit comments

Comments
 (0)