Skip to content

Commit

Permalink
Fix the example to exclude column(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored Apr 16, 2023
1 parent e27c2da commit 9da3e00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docs/docs/collaborate/govern/model-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ models:
- v: 2
columns:
- include: "*"
exclude: country_name # this is the breaking change!
exclude:
- country_name # this is the breaking change!
- v: 1
```

Expand Down

0 comments on commit 9da3e00

Please sign in to comment.