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:
Parameters | Description | Required |
---|---|---|
database_name (str) | Database name | No, defaults to "default" database |