-
Notifications
You must be signed in to change notification settings - Fork 294
Duckdb driver for Issue #176 #276
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good start!
Read the docstring, you need to implement It may pass your local tests, but if you test it vs Snowflake it will fail otherwise. |
You're changing a lot of lines you're not supposed to touch, mostly with whitespace - https://github.com/datafold/data-diff/pull/276/files And I don't think |
Ran black -l 120. Removed test_duckdb.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, for some reason looks like test_duckdb
is still in the PR?
@jardayn I tried to run this locally and got this error:
Test: test_types_duckdb_bigint_duckdb_bigint_50 |
Waiting on DuckDB 0.6.0. that'll bring HEX to int conversions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments, but overall looks good!
And please also revert the changes waiting_for_stack_up.sh
Added MD5 to Int for DDB Upped the amount of queries for the test Normalization Dialect + Match Path No more match path Now DDB is part of the tests Trying to get tests to work More debugging of tests More types Tests work! cleanup fixed conflict Added Boolean tests to DDB Added Boolean tests to DDB black -l 120 formatting Removed test_duckdb Reverting formatting Review comments Review comments 0.6.0. DDB! TSTZ tests for DDB fixed Tests for DDB work changed how test_cli gets the current TZ Review comments reverting changes to test_cli
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Thank you for contributing! 🥳 |
#176