Class NoopClient
java.lang.Object
org.openmetadata.sdk.PipelineServiceClient
org.openmetadata.service.clients.pipeline.noop.NoopClient
-
Field Summary
Fields inherited from class org.openmetadata.sdk.PipelineServiceClient
APP_TRIGGER, APP_VALIDATE, AUTH_HEADER, CONTENT_HEADER, CONTENT_TYPE, DEPLOYMENT_ERROR, HEALTHY_STATUS, hostIp, ingestionIpInfoEnabled, pipelineServiceClientEnabled, SERVER_VERSION, STATUS_KEY, TRIGGER_ERROR, TYPE_TO_TASK, UNHEALTHY_STATUS -
Constructor Summary
ConstructorsConstructorDescriptionNoopClient(PipelineServiceClientConfiguration pipelineServiceClientConfiguration) -
Method Summary
Modifier and TypeMethodDescriptiondeletePipeline(IngestionPipeline ingestionPipeline) deployPipeline(IngestionPipeline ingestionPipeline, ServiceEntityInterface service) getLastIngestionLogs(IngestionPipeline ingestionPipeline, String after) getQueuedPipelineStatusInternal(IngestionPipeline ingestionPipeline) killIngestion(IngestionPipeline ingestionPipeline) runApplicationFlow(App application) runAutomationsWorkflow(Workflow workflow) runPipeline(IngestionPipeline ingestionPipeline, ServiceEntityInterface service) toggleIngestion(IngestionPipeline ingestionPipeline) Methods inherited from class org.openmetadata.sdk.PipelineServiceClient
buildHealthyStatus, buildUnhealthyStatus, buildVersionMismatchErrorMessage, getBasicAuthenticationHeader, getHostIp, getPlatform, getQueuedPipelineStatus, getServerVersion, getServiceStatus, getServiceStatusBackoff, getVersionFromString, setPlatform, validateServiceURL, validServerClientVersions
-
Constructor Details
-
NoopClient
-
-
Method Details
-
getServiceStatusInternal
- Specified by:
getServiceStatusInternalin classPipelineServiceClient
-
runAutomationsWorkflow
- Specified by:
runAutomationsWorkflowin classPipelineServiceClient
-
runApplicationFlow
- Specified by:
runApplicationFlowin classPipelineServiceClient
-
validateAppRegistration
- Specified by:
validateAppRegistrationin classPipelineServiceClient
-
deployPipeline
public PipelineServiceClientResponse deployPipeline(IngestionPipeline ingestionPipeline, ServiceEntityInterface service) - Specified by:
deployPipelinein classPipelineServiceClient
-
runPipeline
public PipelineServiceClientResponse runPipeline(IngestionPipeline ingestionPipeline, ServiceEntityInterface service) - Specified by:
runPipelinein classPipelineServiceClient
-
deletePipeline
- Specified by:
deletePipelinein classPipelineServiceClient
-
getQueuedPipelineStatusInternal
- Specified by:
getQueuedPipelineStatusInternalin classPipelineServiceClient
-
toggleIngestion
- Specified by:
toggleIngestionin classPipelineServiceClient
-
getLastIngestionLogs
- Specified by:
getLastIngestionLogsin classPipelineServiceClient
-
killIngestion
- Specified by:
killIngestionin classPipelineServiceClient
-
requestGetHostIp
- Specified by:
requestGetHostIpin classPipelineServiceClient
-