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 description tag to test definition #882

Open
maares opened this issue Apr 17, 2024 · 2 comments
Open

add description tag to test definition #882

maares opened this issue Apr 17, 2024 · 2 comments
Labels
enhancement New feature or request triage

Comments

@maares
Copy link

maares commented Apr 17, 2024

Describe the feature

Would like to add description to tests.

tests:
  - dbt_utils.expression_is_true:
      name: test_name
      description: “test_description"
      expression: '= X'
      config:
        where: “X= N"

Describe alternatives you've considered

Using name as declarative as possible of whats being tested is not enough.

Additional context

As the package can store test results in database, table description would be nice.

Who will this benefit?

Better understanding for any test being executed. Normally 6 months after deployment no dev-team members remembers the why. Having a more declarative way of the intent on test will help maintainability in the long run

Are you interested in contributing this feature?

Have never contributed, and not even know where to start, if some guidance is given then definitely.

@maares maares added enhancement New feature or request triage labels Apr 17, 2024
Copy link

This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days.

@github-actions github-actions bot added the Stale label Oct 15, 2024
@perlego-maares
Copy link

shaking

@github-actions github-actions bot removed the Stale label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage
Projects
None yet
Development

No branches or pull requests

2 participants