Skip to content

Commit

Permalink
Add changelog component and update migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
clrcrl committed Jul 31, 2020
1 parent b4f9185 commit c8bdbd5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ Please be aware of the following changes in v0.18.0. While breaking, we do not e
- [model selection syntax](model-selection-syntax)
- [list (ls)](commands/list)
- [Redshift profile](redshift-profile#specifying-an-iam-profile)
- [`asset-paths` config](asset-paths) (also updated [dbt_project.yml](dbt_project.yml.md) and the [description](description) docs to match)
6 changes: 6 additions & 0 deletions website/docs/reference/project-configs/asset-paths.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ asset-paths: [directorypath]
## Definition
Optionally specify a custom list of directories to copy to the `target` directory as part of the `docs generate` command. This is useful for rendering images in your repository in your project documentation.

<Changelog>

* `v0.18.0`: This configuration was introduced — see the [migration guide for 0.18.0](upgrading-to-0-18-0) for more details.

</Changelog>

## Default
By default, dbt will not compile any additional files as part of `docs generate`, i.e. `analysis-paths: []`

Expand Down

0 comments on commit c8bdbd5

Please sign in to comment.