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
This tool is amazing! I plan to use it in my CI/CD pipeline, however since that we use dbt build (instead of dbt run - dbt test) it seems that dbt-junitxml is failed to parse the run_results.json.
Is there any suggestion?
Regards,
Aswan
The text was updated successfully, but these errors were encountered:
Interesting! I wasn't aware of the (new?) dbt build command. It should be possible to support parsing the run_results.json generated by dbt build as well.
I will try to push an update in the next week or so. Feel free to submit a PR as well if you would like!
Hi,
This tool is amazing! I plan to use it in my CI/CD pipeline, however since that we use
dbt build
(instead ofdbt run
-dbt test
) it seems thatdbt-junitxml
is failed to parse the run_results.json.Is there any suggestion?
Regards,
Aswan
The text was updated successfully, but these errors were encountered: