Catalog Report Generator
cli_show_db.RdThis function generates a report that provides details about the current database catalog, schema, and the number of resources (such as catalogs, tables, and shares) that the user has access to in the connected database. It also offers helpful functions for navigating the catalog, schema, and databases. The report includes: - Current database (catalog) - Current schema - Number of catalogs the user has access to - Number of tables the user has access to - Number of shares the user has access to
In addition, the function lists several useful functions like `cd`, `pwd`, `list_database`, etc., that help manage and explore the database resources.