Class OSSUnityCatalogInsideCatalogSyncTables
java.lang.Object
org.odpi.openmetadata.adapters.connectors.unitycatalog.sync.OSSUnityCatalogInsideCatalogSyncBase
org.odpi.openmetadata.adapters.connectors.unitycatalog.sync.OSSUnityCatalogInsideCatalogSyncTables
Provides the specialist methods for working with Unity Catalog (UC) Tables.
-
Constructor Summary
ConstructorsConstructorDescriptionOSSUnityCatalogInsideCatalogSyncTables(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 table synchronizer. -
Method Summary
-
Constructor Details
-
OSSUnityCatalogInsideCatalogSyncTables
public OSSUnityCatalogInsideCatalogSyncTables(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 table synchronizer.- Parameters:
connectorName- name of this connectorcontext- context for the connectorcatalogTargetName- the catalog target namecatalogGUID- guid of the catalogcatalogName- name of the catalogucFullNameToEgeriaGUID- map of full names from UC to the GUID of the entity in Egeria.targetPermittedSynchronization- 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 targetexcludeNames- list of catalogs to ignore (and include all others)includeNames- list of catalogs to include (and ignore all others) - overrides excludeCatalogsauditLog- logging destination
-