Resolve "Add a --flag to limit output logs to only include statements which are or will be executed"
Merge Request Checklist
-
Link to an issue -
Include the proposed fix or feature -
Include and update tests for the modified code -
Include a documentation change -
Add an entry in the Unreleased section of the CHANGELOG
Closes #109 (closed)
This MR fixes a few output issues. 1- On a normal run, skipped queries are no longer displayed unless invoked in verbose mode. This will help reduce logging clutter signficantly. 2- On a dry run, the verbiage has been changed from SKIPPED to PENDING for queries that are expected to run, to help reduce confusion.
Edited by Pedram Navid