Describe the bug
When I am running soda scan --offline ./warehouse.yml ./tables/my_table.yml and some tests are in error, command return code is not 1, but 0.
To Reproduce
Steps to reproduce the behavior:
Create a new test in scan.yml with a fail test
Run soda scan ...
check return code
Return code should not be 0.
OS: Linux
Python Version: Python 3.9.9
Soda SQL Version: Soda CLI version 2.1.1
Warehouse Type: bigquery
Describe the bug When I am running
soda scan --offline ./warehouse.yml ./tables/my_table.yml
and some tests are in error, command return code is not 1, but 0.To Reproduce Steps to reproduce the behavior:
scan.yml
with a fail testsoda scan ...
Return code should not be 0.
OS: Linux Python Version: Python 3.9.9 Soda SQL Version: Soda CLI version 2.1.1 Warehouse Type: bigquery