Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add data_test #4989

Closed
1 task
matthewshaver opened this issue Feb 26, 2024 · 0 comments · Fixed by #5017
Closed
1 task

Add data_test #4989

matthewshaver opened this issue Feb 26, 2024 · 0 comments · Fixed by #5017
Assignees
Labels
content Improvements or additions to content dbt Core The changes proposed in this issue relate to dbt Core improvement Use this when an area of the docs needs improvement as it's currently unclear

Comments

@matthewshaver
Copy link
Contributor

Contributions

  • I have read the contribution docs, and understand what's expected of me.

Link to the page on docs.getdbt.com requiring updates

https://docs.getdbt.com/docs/build/data-tests

What part(s) of the page would you like to see updated?

For for backward compatibility tests: will be an alias for data_tests: in yml configuration files, but we will eventually deprecate tests:

models:

  • name: orders
    columns:
    • name: order_id
      data_tests:
      • unique
      • not_null

dbt_project.yml

data_tests: # legacy tests:

Additional information

No response

@matthewshaver matthewshaver added content Improvements or additions to content improvement Use this when an area of the docs needs improvement as it's currently unclear labels Feb 26, 2024
@matthewshaver matthewshaver self-assigned this Feb 27, 2024
@matthewshaver matthewshaver linked a pull request Feb 28, 2024 that will close this issue
7 tasks
@runleonarun runleonarun added the dbt Core The changes proposed in this issue relate to dbt Core label Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Improvements or additions to content dbt Core The changes proposed in this issue relate to dbt Core improvement Use this when an area of the docs needs improvement as it's currently unclear
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants