Class DynamicIntegrationConnectorBase

All Implemented Interfaces:
AuditLoggingComponent, SecureConnectorExtension, VirtualConnectorExtension, CatalogTargetFactory, IntegrationConnector
Direct Known Subclasses:
DistributeAuditEventsFromKafkaConnector, HarvestOpenMetadataConnector, HarvestSurveysConnector, JDBCIntegrationConnector, KafkaTopicIntegrationConnector, OpenLineageEventReceiverIntegrationConnector, OpenMetadataProductsHarvesterConnector, OSSUnityCatalogInsideCatalogSyncConnector, OSSUnityCatalogServerSyncConnector, PostgresServerIntegrationConnector

public abstract class DynamicIntegrationConnectorBase extends IntegrationConnectorBase implements CatalogTargetFactory
DynamicIntegrationConnectorBase supports the common methods for a connector that works with catalog targets. The open metadata ecosystem is the home copy so its values will be pushed to the database. The database design matches the beans returned by theOpen Metadata Store.
  • Field Details

    • lastRefreshCompleteTime

      protected Date lastRefreshCompleteTime
  • Constructor Details

    • DynamicIntegrationConnectorBase

      public DynamicIntegrationConnectorBase()
  • Method Details