Class JacquardIntegrationConnector

All Implemented Interfaces:
AuditLoggingComponent, SecureConnectorExtension, VirtualConnectorExtension, CatalogTargetFactory, IntegrationConnector

public class JacquardIntegrationConnector extends DynamicIntegrationConnectorBase
OpenMetadataProductsHarvesterConnector converts metadata from the open metadata ecosystem into useful digital products. The first phase (in the start() method) is to create all the contextual metadata that surrounds the product catalog. The remaining phases happen in the refresh() method. It first surveys open metadata looking for metadata that could be a product. (For example, a valid value set). It creates an entry in the product catalog for that product and registers the tabular data set asset for the product as a catalog target.

Once the possible products are in place, it processes the catalog targets. For each, the appropriate metadata is scanned for changes. These changes are recorded in the asset's GovernanceMeasurement classification. This triggers the notification watchdog to send the new data to the subscribers via the provisioning pipelines.