Class OSSUnityCatalogServerSyncCatalog
java.lang.Object
org.odpi.openmetadata.adapters.connectors.unitycatalog.sync.OSSUnityCatalogInsideCatalogSyncBase
org.odpi.openmetadata.adapters.connectors.unitycatalog.sync.OSSUnityCatalogServerSyncCatalog
Provides the specialist methods for working with Unity Catalog (UC) Catalog.
-
Constructor Summary
ConstructorsConstructorDescriptionOSSUnityCatalogServerSyncCatalog(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. -
Method Summary
-
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 connectorcontext- context for the connectorcatalogTargetName- the catalog target nameucServerGUID- unique identifier of the UC ServerfriendshipConnectorGUID- optional unique name of inside catalog integration connectortargetPermittedSynchronization- the policy that controls the direction of metadata exchangeucConnector- connector for accessing UCucServerEndpoint- the server endpoint used to constructing the qualified namestemplates- templates supplied through the catalog targetconfigurationProperties- configuration properties supplied through the catalog targetexcludeCatalogs- list of catalogs to ignore (and include all others)includeCatalogs- list of catalogs to include (and ignore all others) - overrides excludeCatalogsauditLog- logging destination
-