Tom Baeyens

Results 34 issues of Tom Baeyens

We found a problem with the lib api. When we have multiple checks we have an error that is considered an execution error. You can find the error in the...

contract

Decide on introducing the ContractVerificationResult class. Switch docs to ContractVerification API.

contract

TODO: How does this fit into the broader strategy? What problem or job are we going after? HF request. Work out a contract failed rows proposal. Consider the following approach...

contract

In the ScanResult, enable association of each metric with the query. This could be an idea for the scan result structure: ``` measurements: [ { ..measurement details... query: '1' },...

https://soda-community.slack.com/archives/C01HYL8V64C/p1617727771108800 > Hi, I'm new to soda community. I recently installed on a dev server the CLI and configured a redshift host to run soda analyze, but I get the...

enhancement
soda-sql

Where does this warning come from? It could be a very scary warning for users because they (rightfully) may expect nothing to be sent out. ``` soda create bigquery |...

soda-sql

https://soda-community.slack.com/archives/C01HYL8V64C/p1617466230095000?thread_ts=1615811570.096300&cid=C01HYL8V64C @Tom Baeyens i have an update on this now. Have used jaydebeapi for the custom JDBC and I am able to run the measurements and checks successfully . Facing...

bug
soda-sql

Given a (date partitioned) table with this data ![image](https://user-images.githubusercontent.com/944245/112747834-2efcb580-8fb8-11eb-98b1-6d317366d25f.png) The next query selects the "failed rows" for a consistency over time test ``` select dd_new.id, dd_old.date, dd_old.name, dd_new.date, dd_new.name from...