Improve Python Client Documentation on Ticking Tables #4029
Labels
2023_triagedNoMilestone
bug
Something isn't working
documentation
Improvements or additions to documentation
python
python-client
Milestone
Description
When using the size method on a table from the pydeephaven session as in the following:
qc = session.open_table("tt")
print("Table size: ", qc.size)
The size attribute does not update. This is the expected behavior according to Jianfeng, but that is not immediately clear from the documentation at https://deephaven.io/core/client-api/python/ (nor is the size attribute).
Expected results
The documentation would explain how the size updates, and overall how the handle would work with respect to ticking tables.
Actual results
The documentation doesn't address it.
Versions
The text was updated successfully, but these errors were encountered: