Use session type provided by the server instead of hardcoding python#574
Use session type provided by the server instead of hardcoding python#574mofojed merged 1 commit intodeephaven:mainfrom
Conversation
Now you can embed grids from Groovy sessions as well Fixes deephaven#573
Codecov Report
@@ Coverage Diff @@
## main #574 +/- ##
=======================================
Coverage 36.68% 36.68%
=======================================
Files 390 390
Lines 28655 28655
Branches 6775 6775
=======================================
Hits 10513 10513
Misses 17796 17796
Partials 346 346
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
vbabich
left a comment
There was a problem hiding this comment.
Session type could be also selectable via url params
url params can't set the session type though, so I don't see a point to doing it that way. |
|
I mean aside from the point that for this grid it's language agnostic and doesn't care if it's python OR groovy. Would rather there was some way to connect and get a table without specifying a language if you're not going to be running commands. |
Now you can embed grids from Groovy sessions as well
Fixes #573