soda-sql
soda-sql copied to clipboard
Soda SQL and Soda Spark have been deprecated and replaced by Soda Core. docs.soda.io/soda-core/overview.html
**Describe the bug** soda-core:2.2.2 is incompatible with Airflow:2.4.1 due to `MarkupSafe` version conflict ```verilog ... soda-sql-bigquery (>=2.1.6,=2.1.1) (2), apache-airflow (2.4.1) is incompatible with soda-sql-bigquery (>=2.1.6,
This is for fixing the errors in #208. The error happens when there is a column name with the mysql keyword and in lower case. For example, a column named...
**Goal**: run `checks.yml` on **all Tables in Database**, implicitly / **dynamically** (not naming 100s of Tables). Following **Soda**'s [quick start][1], I've completed sections: - Install Soda Core - Connect Soda...
**Describe the bug** Applying a filter to a `row_count` check only applies to the metric, not the external column we're evaluating against. I can see why this is expected behaviour,...
**Is your feature request related to a problem? Please describe.** I would like to differentiate between failing tests and other kind of failures (bugs, connections not working, etc.). This would...
**Describe the bug** __I run test against mysql table and error occurs:__ ```bash [TestResult(test=Test(id='{"expression":"row_count > 0"}', title='test(row_count > 0)', expression='row_count > 0', metrics=['row_count'], column=None, source='soda-sql'), passed=False, skipped=False, values=None, error=NameError("name 'row_count'...
https://docs.microsoft.com/en-us/azure/synapse-analytics/
**Describe the bug** Getting Overflow error for count validation.  I guess it is related to the query that it is being running to perform the calculations. In SQL Server,...
**Describe the bug** When running a scan on a SQL server dataset, using a valid_min_length definition on a column, the scan fails with an error message (see screenshot) **Context** relevant...
Currently soda analyze works on a small dataset to create the analyzer templates and it does it by applying a LIMIT clause to the table. Running analysis on a limited...