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
Whenever dbptk-tool is invoked, dbptk-report... file gets generated regardless how it was being executed (either with or without module. I personally believe this is an unintended behaviour.
Description:
I tried using master-branch built dbptk.
Whenever dbptk-tool is invoked,
dbptk-report...
file gets generated regardless how it was being executed (either with or without module. I personally believe this is an unintended behaviour.Steps required to reproduce the bug:
java -jar dbptk-app-2.11.0-SNAPSHOT.jar validate -if my_valid.siard
.dbptk-report...
text file gets generated that contains Conversion Report despite the invocation beingvalidate
.java -jar dbptk-app-2.11.0-SNAPSHOT.jar validate
.dbptk-report...
text file gets generated that contains Conversion Report despite the invocation being an invalidvalidate
call.The text was updated successfully, but these errors were encountered: