Skip to content

Commit 99a684e

Browse files
authored
Merge pull request #534 from jwolf20/main
2 parents a02aba8 + 2bfb111 commit 99a684e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/customization/excluding-packages-and-paths.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ vars:
3939
4040
```yaml title="dbt_project.yml"
4141
vars:
42-
exclude_paths_from_project: ["/models/legacy/"]
42+
exclude_paths_from_project: ["models/legacy/"]
4343
```
4444
4545
### Example to exclude both a package and models/sources in 2 different paths
4646
4747
```yaml title="dbt_project.yml"
4848
vars:
4949
exclude_packages: ["upstream_package"]
50-
exclude_paths_from_project: ["/models/legacy/", "/my_date_spine.sql"]
50+
exclude_paths_from_project: ["models/legacy/", "/my_date_spine.sql"]
5151
```
5252
5353
## Tips and tricks

0 commit comments

Comments
 (0)