Skip to content
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

pydeephaven should have the ability to fetch InputTable instances #6276

Open
niloc132 opened this issue Oct 24, 2024 · 0 comments
Open

pydeephaven should have the ability to fetch InputTable instances #6276

niloc132 opened this issue Oct 24, 2024 · 0 comments
Assignees
Milestone

Comments

@niloc132
Copy link
Member

As a developer, working in an environment where there is a shared InputTable on the server in the global scope, I would like the ability to not only open that table and read its contents, but write to it as well.

Options for this could include adding another parameter to session.open_table to specify the type of table to fetch, or a new method to access input tables.

We already have the ability to create and to manipulate input tables from python clients, this feature request is limited to accessing existing input tables.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants