Skip to content

elementary doesnt insert row into elementary_test_results when execute dbt unit-tests Β #1709

@megetron3

Description

@megetron3

i am using dbt 1.8 with unitest new feature and the latest elementary package.
executing data tests generates the elementary_test_results table correctly.
executing against unittest test will not insert row to the table.
here is example test:

To Reproduce
Use a simple dbt unit test:

unit_tests:
  - name: test_dora
    model: my_model
  ...

Expected behavior
expecting the elementary_test_results to be populated with a row on run-end hook

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions