Skip to content

Commit

Permalink
Replace 'one-off' by 'bespoke' (#760)
Browse files Browse the repository at this point in the history
* Replace 'one-off' by 'bespoke'

Since the documentation has changed the terminology from data test to bespoke test and uses bespoke at the main heading in the main Tests docs (https://docs.getdbt.com/docs/building-a-dbt-project/tests#bespoke-tests), it is confusing to use `one-off test` here. I'm therefore proposing to update this to use `Bespoke` here as well.

* Apply suggestions from code review

Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com>
  • Loading branch information
MartinGuindon and runleonarun authored Jan 14, 2022
1 parent e770ac4 commit ad00c75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/reference/resource-configs/store_failures.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This logic is encoded in the [`should_store_failures()`](https://github.com/fish
defaultValue="specific"
values={[
{ label: 'Specific test', value: 'specific', },
{ label: 'One-off test', value: 'one_off', },
{ label: 'Singular test', value: 'singular', },
{ label: 'Generic test block', value: 'generic', },
{ label: 'Project level', value: 'project', },
]
Expand Down Expand Up @@ -56,9 +56,9 @@ models:
</TabItem>
<TabItem value="one_off">
<TabItem value="singular">
Configure a one-off (data) test:
Configure a singular (data) test:
<File name='tests/<filename>.sql'>
Expand Down

0 comments on commit ad00c75

Please sign in to comment.