Erez Shinan

Results 356 comments of Erez Shinan

I ended up adding this: ```python if CONNS[db.Exasol]: kw = dict(CONNS[db.Exasol].kwargs) kw['driver'] = 'exasol' kw['host'] = kw.pop('dsn') schema = kw.pop('schema') conn_without_schema = db.connect.connect(kw) conn_without_schema.query(f'CREATE SCHEMA IF NOT EXISTS {schema}', None)...

There were a few things I had to fix, see PR #203 The only problem left that I wasn't sure how to fix are these lines: ```python if target_db is...

@nklsw So the problem is just with the format of the date? Then you can modify `_insert_to_table()` to reformat it according to the target db.

If we import that dependency (which your PR does), it's better to put the explicitly together with the snowflake connector. And to repeat my previous comment, they need to be...

Please run the following and paste the output: ``` python -m pip install data-diff[postgresql] python -c "import psycopg2" ```

I agree with you. I'm just surprised it didn't work, and I was guessing that perhaps your `pip` and `python -m pip` are not the same python installation. Here's what...

(Next release is planned for this Monday)

Thanks for reporting this. I can't reproduce it, so it would be helpful if you could let me know the values that are being used. Before the line: ```python checkpoints...

> These are the values That's not what I asked.. > Permission to datafold/data-diff.git denied Yes, of course. Why would you have permissions to push to data-diff? Contributions have to...