Class OSSUnityCatalogInsideCatalogSyncRegisteredModels

java.lang.Object
org.odpi.openmetadata.adapters.connectors.unitycatalog.sync.OSSUnityCatalogInsideCatalogSyncBase
org.odpi.openmetadata.adapters.connectors.unitycatalog.sync.OSSUnityCatalogInsideCatalogSyncRegisteredModels

public class OSSUnityCatalogInsideCatalogSyncRegisteredModels extends OSSUnityCatalogInsideCatalogSyncBase
Provides the specialist methods for working with Unity Catalog (UC) Registered Models.
  • Constructor Details

    • OSSUnityCatalogInsideCatalogSyncRegisteredModels

      public OSSUnityCatalogInsideCatalogSyncRegisteredModels(String connectorName, org.odpi.openmetadata.integrationservices.catalog.connector.CatalogIntegratorContext context, String catalogTargetName, String catalogGUID, String catalogName, Map<String,String> ucFullNameToEgeriaGUID, org.odpi.openmetadata.frameworks.openmetadata.enums.PermittedSynchronization targetPermittedSynchronization, OSSUnityCatalogResourceConnector ucConnector, String ucServerEndpoint, Map<String,String> templates, Map<String,Object> configurationProperties, List<String> excludeNames, List<String> includeNames, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog)
      Set up the registered model synchronizer.
      Parameters:
      connectorName - name of this connector
      context - context for the connector
      catalogTargetName - the catalog target name
      catalogGUID - guid of the catalog
      catalogName - name of the catalog
      ucFullNameToEgeriaGUID - map of full names from UC to the GUID of the entity in Egeria.
      targetPermittedSynchronization - the policy that controls the direction of metadata exchange
      ucConnector - connector for accessing UC
      ucServerEndpoint - the server endpoint used to constructing the qualified names
      templates - templates supplied through the catalog target
      configurationProperties - configuration properties supplied through the catalog target
      excludeNames - list of catalogs to ignore (and include all others)
      includeNames - list of catalogs to include (and ignore all others) - overrides excludeCatalogs
      auditLog - logging destination