You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add display.delve to Standard Library
This contains definitions for the rich display of relations in
supporting front end UIs, such as notebooks, IDEs, and other interactive
environments.
Currently only the Reactive Notebooks supports switching on the
MIME-type in a relation value, but in the future we'd like the Julia SDK
to be able to, e.g. return the result as a DataFrame or a Tables.jl
table if a relation has the MIME type set to MIME_APPLICATION_TABLE
* Add `display.delve` to default installed libraries for new DBs
* Update ClientSDK tests
* C# and Java SDKs should now check that the list of installed sources
is non-empty
* JavaScript SDK includes alglib in the list of default sources
* Make javascript ClientSDK tests agnostic to number of standard libraries.
Also add instructions to README for how to run the tests
* Fix detect_client_sdk_changed break
* Add simple unit tests of display.delve functions
* Apply suggestions from code review
Co-authored-by: Stefan Pabst <pabsts@users.noreply.github.com>
* fix sdk test: list_source
Co-authored-by: David Zhao <david.zhao@relational.ai>
Co-authored-by: Rob Bearman <robbear@hyperfine.com>
Co-authored-by: Stefan Pabst <pabsts@users.noreply.github.com>
0 commit comments