duckdb_engine icon indicating copy to clipboard operation
duckdb_engine copied to clipboard

feat: Extend support for registering dataframes from IPython-SQL

Open Mause opened this issue 4 years ago • 5 comments

Mause avatar Aug 22 '21 05:08 Mause

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.

github-actions[bot] avatar Aug 22 '21 05:08 github-actions[bot]

Might be worth investigating syntax extensions in the language instead

Mause avatar Jul 03 '22 10:07 Mause

Could also look at using https://pypi.org/project/sqlglot/ instead?

Mause avatar Jul 24 '22 16:07 Mause

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.

github-actions[bot] avatar Aug 09 '22 15:08 github-actions[bot]

Codecov Report

Merging #141 (c602498) into master (3e76ef6) will decrease coverage by 1.01%. The diff coverage is 98.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

codecov[bot] avatar Aug 09 '22 15:08 codecov[bot]