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
Currently dab validate -c {ConfigFileName} command validates the current mentioned config file and provides the output in the form of logs in the console and does not validate the multi data source files mentioned in this top level file.
Improvements
Output format to return where we need to add dab validate -o so we can output a junit XML file format conformant with CI/CD pipelines just like Unit Tests output structured reports.
Running dab validate on top level file should validate all multi data source files in the "data-source-files": [....] in the config file.
This issue would aim to improve the dab validate workflow output to the users
The text was updated successfully, but these errors were encountered:
Currently
dab validate -c {ConfigFileName}
command validates the current mentioned config file and provides the output in the form of logs in the console and does not validate the multi data source files mentioned in this top level file.Improvements
dab validate -o
so we can output a junit XML file format conformant with CI/CD pipelines just like Unit Tests output structured reports.dab validate
on top level file should validate all multi data source files in the"data-source-files": [....]
in the config file.This issue would aim to improve the
dab validate
workflow output to the usersThe text was updated successfully, but these errors were encountered: