Class OSSUnityCatalogServerSyncCatalog

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

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

    • OSSUnityCatalogServerSyncCatalog

      public OSSUnityCatalogServerSyncCatalog(String connectorName, org.odpi.openmetadata.integrationservices.catalog.connector.CatalogIntegratorContext context, String catalogTargetName, String ucServerGUID, String friendshipConnectorGUID, org.odpi.openmetadata.frameworks.openmetadata.enums.PermittedSynchronization targetPermittedSynchronization, OSSUnityCatalogResourceConnector ucConnector, String ucServerEndpoint, Map<String,String> templates, Map<String,Object> configurationProperties, List<String> excludeCatalogs, List<String> includeCatalogs, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog)
      Set up the catalog synchronizer.
      Parameters:
      connectorName - name of this connector
      context - context for the connector
      catalogTargetName - the catalog target name
      ucServerGUID - unique identifier of the UC Server
      friendshipConnectorGUID - optional unique name of inside catalog integration connector
      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
      excludeCatalogs - list of catalogs to ignore (and include all others)
      includeCatalogs - list of catalogs to include (and ignore all others) - overrides excludeCatalogs
      auditLog - logging destination