Baturay Ofluoglu

Results 5 issues of Baturay Ofluoglu

Unit tests using `tests.helpers.scanner.Scanner` object fails by default if there is a warning or error in the logs. It is due to the [`assert_no_error_nor_warning_logs` ](https://github.com/sodadata/soda-core/blob/main/soda/core/soda/scan.py#L625) method. For some unit tests,...

**What is the problem that this PR addresses?** Users were not able to customize keyboard inputs. Thanks to this PR, we can now customize the keyboard input as shown below...

To help the community, can we integrate a code coverage tool to better show the uncovered unit tests? E.g [codecov](https://about.codecov.io/)

soda-sql

As seen in the documentation, the following code works. ```sql SELECT lhs.name, lhs.id, lhs.x FROM data AS lhs ``` However, if I write `lhs` like `LHS` and write the query...

bug
needs triage