Viewing Metastore Resources List

View the list of resources such catalogs, databases, and tables associated with the metastore

    1. On the Data Catalog service page, click Metastores.
    2. Click the name of the metastore for which you want to view the details.
      The metastore details page appears along with Resources list.

      The Resources list displays resources such catalogs, databases, and tables associated with the metastore. This table has predefined policy statements that you can use to provide access to a specific catalog, database, or table. For example:

      Allow <specific-group> to manage data-catalog-metastore-assets in compartment <compartment name> where all { target.metastore.id = '<metastore id>' ,  target.metastore.catalog.name = '<catalog name>' }
      Allow <specific-group> to manage data-catalog-metastore-assets in compartment <compartment name> where all { target.metastore.id = '<metastore id>' ,  target.metastore.database.name = '<catalog-name.database name>' }
      Allow <specific-group> to manage data-catalog-metastore-assets in compartment <compartment name> where all { target.metastore.id = '<metastore id>' ,  target.metastore.table.name = '<catalog-name.database-name.table-name>' }

  • This task can't be performed using the CLI.

  • This task can't be performed using the API.