feat: Extend support for registering dataframes from IPython-SQL
Unit Test Results
1 files ±0 1 suites ±0 10s :stopwatch: +2s 48 tests +1 39 :heavy_check_mark: ±0 8 :zzz: ±0 1 :x: +1
For more details on these failures, see this check.
Results for commit cf22c8d4. ± Comparison against base commit c23d9c64.
:recycle: This comment has been updated with latest results.
Might be worth investigating syntax extensions in the language instead
Could also look at using https://pypi.org/project/sqlglot/ instead?
Test Results
56 tests 47 :heavy_check_mark: 12s :stopwatch: 1 suites 9 :zzz: 1 files 0 :x:
Results for commit 4f7ca01f.
:recycle: This comment has been updated with latest results.
Codecov Report
Merging #141 (c602498) into master (3e76ef6) will decrease coverage by
1.01%. The diff coverage is98.18%.
:exclamation: Current head c602498 differs from pull request most recent head cf00899. Consider uploading reports for the commit cf00899 to get more accurate results
@@ Coverage Diff @@
## master #141 +/- ##
==========================================
- Coverage 94.63% 93.62% -1.02%
==========================================
Files 9 9
Lines 541 518 -23
==========================================
- Hits 512 485 -27
- Misses 29 33 +4
| Impacted Files | Coverage Δ | |
|---|---|---|
| duckdb_engine/sql_parsing.py | 97.50% <97.50%> (ø) |
|
| duckdb_engine/__init__.py | 89.28% <100.00%> (+1.42%) |
:arrow_up: |
| duckdb_engine/tests/test_basic.py | 99.50% <100.00%> (+<0.01%) |
:arrow_up: |
| duckdb_engine/tests/test_integration.py | 100.00% <100.00%> (ø) |
|
| duckdb_engine/tests/conftest.py | 60.60% <0.00%> (-11.40%) |
:arrow_down: |
| duckdb_engine/datatypes.py | 100.00% <0.00%> (ø) |
|
| duckdb_engine/tests/test_datatypes.py | 100.00% <0.00%> (ø) |
|
| duckdb_engine/tests/test_ibis.py | ||
| ... and 1 more |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more