data-diff
data-diff copied to clipboard
Compare tables within or across databases
Was having issues with the MySQL connector on the latest version Had to manually downgrade it to 8.0.29 It might be better to add some lower/upper boundaries in the pyproject.toml...
I'm happy to introduce a **new db-driver** for [Exasol](https://www.exasol.com/) ### Development & Testing #### Local Dev Setup 1. Bring up the Exasol Docker container: ``` docker-compose up -d exasol ```...
I'm working on integrating data-diff, and I need to authenticate to a Postgres server using a certificate rather than a password. It would be great, if there is a way...
**Changes entail:** Snowflake: Allow auth by PKCS8 key for Snowflake User private key specification **Presto:** Allow verify http session with certificate for Presto Allow using basic authentication for Presto Presto...
We are evaluating data-diff for our usecase. We are facing issue when multi step iteration is being performed ie when we are reducing bisection-threshold This is working fine when bisection-threshold...
**Describe the bug** So I am currently in the process of setting up data-diff and been facing some weird results from the where param. So my data-diff command is working...
Hello, I'm trying to use the following config file to run the diff between two tables on different schemas on our Redshift cluster but I can't find the proper way...
@erezsh wdyt about removing all the Preql scripts and just rely on `database_types.py` instead? We can add instructions on running a single test to seed your local database if you...
**Is your feature request related to a problem? Please describe.** I use data diff to diffing between BigQuery and MySQL, i want to use `--update_column` flag but my `updated_at` column...
Hi, I encounter that every time I pass string column type as a primary key to TableSegment, it will throws this error ``` NotImplementedError: Cannot use column of type Text()...