holoviz / lumen

Illuminate your data.
https://lumen.holoviz.org
BSD 3-Clause "New" or "Revised" License
177 stars 20 forks source link

Allow DuckDBSource to determine correct table #664

Closed philippjfr closed 3 months ago

philippjfr commented 3 months ago

DuckDBSource.create_sql_expr_source will now attempt to fix provided SQL expressions should they reference a table by its Lumen name rather than by the underlying table name.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 5.55556% with 17 lines in your changes missing coverage. Please review.

Project coverage is 57.22%. Comparing base (8c558e6) to head (d88fb79). Report is 2 commits behind head on main.

Files Patch % Lines
lumen/sources/duckdb.py 5.88% 16 Missing :warning:
lumen/ai/agents.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #664 +/- ## ========================================== - Coverage 57.29% 57.22% -0.08% ========================================== Files 98 98 Lines 11539 11555 +16 ========================================== + Hits 6611 6612 +1 - Misses 4928 4943 +15 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.