-
Notifications
You must be signed in to change notification settings - Fork 987
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #302 from fishtown-analytics/feature/node-selectio…
…n-0180 [v0.18.0] New selectors
- Loading branch information
Showing
4 changed files
with
386 additions
and
71 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
website/docs/docs/guides/migration-guide/upgrading-to-0-18-0.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
title: "Upgrading to 0.18.0 (prerelease)" | ||
|
||
--- | ||
|
||
:::info Prerelease | ||
|
||
dbt v0.18.0 is currently in beta. Please post in the dbt Slack #prereleases channel | ||
if you uncover any bugs or issues. | ||
|
||
::: | ||
|
||
dbt v0.18.0 introduces several new features around model selection. | ||
|
||
## Articles: | ||
|
||
- [Changelog](https://github.com/fishtown-analytics/dbt/blob/dev/marian-anderson/CHANGELOG.md) | ||
|
||
## Breaking changes | ||
|
||
Please be aware of the following changes in v0.18.0. While breaking, we do not expect these to affect the majority of projects. | ||
|
||
### Adapter macros | ||
|
||
* Previously, dbt put macros from all installed plugins into the namespace. This version of dbt will not include adapter plugin macros unless they are from the currently-in-use adapter or one of its dependencies. | ||
|
||
## New and changed documentation | ||
|
||
**Core** | ||
- [model selection syntax](model-selection-syntax) | ||
- [`dbt ls`](commands/list) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.