Check Table

tables = hc.view_tables_in_trash("database_name")

Result:

This method returns a Dictionary where the key is the table field name and the associated value is the field-value list.

Parameter description:

ParametersDescriptionRequired
database_name (str)Database nameNo, defaults to "default" database
Table 96 Check Table in Trash (Python API)