Skip to content

Conversation

@haritamar
Copy link
Collaborator

No description provided.

@linear
Copy link

linear bot commented Mar 19, 2025

@github-actions
Copy link
Contributor

👋 @haritamar
Thank you for raising your pull request.
Please make sure to add tests and document all user-facing changes.
You can do this by editing the docs files in the elementary repository.

{% for elementary_test_results_row in elementary_test_results_rows %}
{% set failures = elementary_test_results_row.get("failures", result.failures) %}
{% set status = "pass" if failures == 0 else result.status %}
{% set status = "pass" if failures == 0 and elementary_test_results_row.get("test_type") == "anomaly_detection" else result.status %}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add a comment

@haritamar haritamar merged commit e26925d into master Mar 20, 2025
12 of 13 checks passed
@haritamar haritamar deleted the ele-4194-dbt-package-failures-count-logic-bugfix branch March 20, 2025 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants