Results 28 issues of Milan Lukac

This adds simple wrappers for input methods, all just so that we don't have to remember the chrome api method names and create the params objects.

- Expose [all connection](https://github.com/snowflakedb/snowflake-connector-python/blob/f2f7e6f35a162484328399c8a50a5015825a5573/src/snowflake/connector/connection.py#L206) properties - Enable [private key auth](https://github.com/sodadata/soda-sql/blob/main/packages/snowflake/sodasql/dialects/snowflake_dialect.py#L208)

feature-parity

- Enable [aws context auth](https://github.com/sodadata/soda-sql/blob/5b40926871339e86cb83d9a4b09a254f27d3b13e/packages/redshift/sodasql/dialects/redshift_dialect.py#L42) credentials

feature-parity

The goal is to make the tests more readable. They became unreadable when we added the formatting based on the data source default behavior. Schema checks use complicated way to...

refactoring

Soda Cloud does not support check results without `table` property. This property is filled with `checks for X` and is not present in "standalone" checks with no table property e.g....

Cloud integration tests are [run in CI](https://github.com/sodadata/soda-core/runs/5723884877?check_suite_focus=true) with `WESTMALLE: BETTER_THAN_LA_TRAPPE` env var, which should trigger mock soda cloud creation and usage. There is no log/test output that would indicate that...

sync-pending

Switch from the built-in re regex library to another external library for regex resolving. compatible API, enhanced capability and standard unicode support

Error responses are created incorrectly, errors need to be passed in ErrorBags.

Some of the helper methods do not work, see https://github.com/nilportugues/symfony-jsonapi/pull/25 and https://github.com/nilportugues/symfony-jsonapi/pull/24