Hive Metastore Policies

Add these policies only if you're using Data Flow with Hive Metastore.

  1. Add the Metastore policies as described in Data Catalog Metastore.
  2. To use the Hive Metastore feature, the required policies can be configured at two different IAM levels for two different groups: one for the Data Flow administrators and another one for the Data Flow users:
    • Metastore policy for Data Flow administrators to let them manage Hive Metastore in the tenancy:
      ALLOW GROUP <group-name> TO MANAGE data-catalog-metastores IN tenancy
    • Metastore policy for Data Flow users so that they have the necessary permissions to use Hive Metastore for Data Flow applications and runs in the appropriate compartment:
      ALLOW GROUP <group-name> TO {CATALOG_METASTORE_EXECUTE, CATALOG_METASTORE_INSPECT, CATALOG_METASTORE_READ} 
      in compartment <compartment-name>

Was this article helpful?