You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select count(*) from XXX.ELEMENTARY.dbt_run_results;
but,
select count(*) from XXX.ELEMENTARY.dbt_run_results where execute_completed_at is not null
returns zero results
So the issue is that filtering the dbt_run_results table by execute_completed_at column produces 0 results, because this field is not populated for some reason
Describe the bug
Execution time in Test Execution History tab is not populated for all tests.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Execution time in Test Execution History tab is visible and has correct values.
Screenshots
Environment (please complete the following information):
Additional context
This query returns the correct execution time for each test ( matches cli output ):
So it looks like the issue is that the
edr
for some reason can't get the tests' execution time from the database.Would you be willing to contribute a fix for this issue?
Yes
The text was updated successfully, but these errors were encountered: