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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: