-
Notifications
You must be signed in to change notification settings - Fork 166
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
[ELE-291] Group and filter tests by tags #369
Comments
oh no |
I also have a use case where I need to be able to send slack alerts for custom tests as over half of our testing for our data mart are custom tests that include business logic and it would be nice to alert if our business logic is failing. |
I have the same use case as @joostboon! Would be great if we could use this to group test based on tags |
@Maayan-s Does that solve this problem. I have my test tagged like this:
|
Hi @cooley-hi , the issue here is just what you described - dbt supports adding tags to tests, but Elementary currently ignores these tags and only uses models tags. |
💯
On Sun, Apr 23, 2023 at 2:21 PM Maayan Salom ***@***.***> wrote:
Hi @cooley-hi <https://github.com/cooley-hi> , the issue here is just
what you described - dbt supports adding tags to tests, but Elementary
currently ignores these tags and only uses models tags.
We want to change that :)
—
Reply to this email directly, view it on GitHub
<#369 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZQ6OJ4LGVKN3JAQHJ3R5ZLXCWMORANCNFSM6AAAAAARRBO2UE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
*Matt Cooley*
Data Engineer
877 475 0179
Join our team <https://bit.ly/3kMVeWv>
Human Interest Inc. (“Human Interest <http://www.humaninterest.com>") is a
401(k) provider that gives small and medium-sized businesses access to
low-cost, high-quality retirement plans that make it easy to start saving
for your future. Human Interest's investment advisory services are provided
for a fee by Human Interest Advisors, LLC ("HIA"), a subsidiary of Human
Interest. See full disclosures <https://humaninterest.com/disclosures>.
|
I'm also running into this issue, I'm trying to filter based on business cases, and not every data quality requirement from the source or model applies to the business cases. |
We would love to group our tests based on tags. We have different dimensions (accuracy/completeness/uniqueness/etc.). Now we can see the model tags, but not the test tags.
Visually it would be great if we could see the different test tags in the UI. Ideally as a next step we would love to group/sort by tags.
ELE-55
The text was updated successfully, but these errors were encountered: