Check Table Privilege

table_permission = view_table_permission("table_name", "database_name")

Result:

This method returns a Dictionary containing user privilege information.

Parameter description:

ParametersDescriptionRequired
table_name (str)Table to check privilegeYes
database_nameDatabase where the table is locatedNo, defaults to "default" database
Table 93 Check Table Privilege (Python API)