-
-
Notifications
You must be signed in to change notification settings - Fork 33
Wire XArraySQLSource into Lumen AI for natural language queries on scientific data #1791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ahuang11
merged 21 commits into
holoviz:main
from
ghostiee-11:feat/xarray-ai-integration
Apr 17, 2026
Merged
Changes from 20 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
39eea3a
Add XArraySQLSource for N-dimensional scientific data
ghostiee-11 dce1606
Address review feedback: simplify code, add GRIB support and 2D coord…
ghostiee-11 5a91c7c
Merge origin/main, resolve pyproject.toml conflict
ghostiee-11 f2a3162
Fix isort: add blank line between stdlib imports in test file
ghostiee-11 9ed53cd
Address review: drop postgres dialect, add from_dataset, trim deps
ghostiee-11 f549d86
Address review: reduce nesting, prefer netcdf4 for HDF5, add xarray-g…
ghostiee-11 68e9d1e
Wire XArraySQLSource into Lumen AI (CLI, upload, SQL agent fixes)
ghostiee-11 ad250ff
Remove H5 engine detection, drop h5netcdf dep, add xarray-grib extra
ghostiee-11 fd44709
Merge origin/main, resolve test_ui.py conflict
ghostiee-11 fcb6316
Skip xarray tests when netCDF4 write backend unavailable in CI
ghostiee-11 612e589
Move imports to top of file per review
ghostiee-11 fd3a25a
Lazy-load xarray imports per review (philippjfr)
ghostiee-11 6788a9d
Merge PR1 lazy imports, inline numpy/xarray per review
ghostiee-11 56fc483
Merge main into feat/xarray-ai-integration
ghostiee-11 4136d12
Address review: move imports to top, extract xarray availability util…
ghostiee-11 c07277e
Fix isort: add blank line between import groups
ghostiee-11 71b7627
Address review: shared xarray util, remove duplicate logic, fix imports
ghostiee-11 30af4a5
Merge main; address review: unify xarray extensions, imports on top
ghostiee-11 67e25c6
Unify xarray extension tuples into single XARRAY_EXTENSIONS
ghostiee-11 3c85c61
Update test_upload_handler_returns_dict for unified extensions
ghostiee-11 dfa4689
Drop XARRAY_DOTTED_EXTENSIONS; check suffix against XARRAY_EXTENSIONS…
ghostiee-11 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.