Class OSSUnityCatalogInsideSchemaSurveyService

All Implemented Interfaces:
AuditLoggingComponent, SecureConnectorExtension, VirtualConnectorExtension, SurveyActionService

public class OSSUnityCatalogInsideSchemaSurveyService extends OSSUnityCatalogServerSurveyBase
Survey service that analyses the contents of a schema within OSS Unity Catalog.
  • Constructor Details

    • OSSUnityCatalogInsideSchemaSurveyService

      public OSSUnityCatalogInsideSchemaSurveyService()
  • Method Details

    • start

      public void start() throws ConnectorCheckedException
      Indicates that the survey service is completely configured and can begin processing. This is where the function of the discovery service is implemented. This is a standard method from the Open Connector Framework (OCF) so be sure to call super.start() in your version.
      Overrides:
      start in class SurveyActionServiceConnector
      Throws:
      ConnectorCheckedException - there is a problem within the discovery service.