| Package | Description |
|---|---|
| io.cdap.delta.app.service.common | |
| io.cdap.delta.macros | |
| io.cdap.delta.store |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAssessorHandler.NamespacedEndpoint.respond(Namespace namespace)
Create the response that should be returned by the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
DeltaConfig |
ConfigMacroEvaluator.evaluateMacros(Namespace namespace,
DeltaConfig config) |
| Modifier and Type | Method and Description |
|---|---|
Namespace |
DraftId.getNamespace() |
| Modifier and Type | Method and Description |
|---|---|
PipelineAssessment |
DraftService.assessPipeline(Namespace namespace,
DeltaConfig deltaConfig,
Configurer configurer)
Assess the entire pipeline based on the tables the source will read and the capabilities of the target.
|
PipelineAssessment |
DraftService.assessPipeline(Namespace namespace,
Draft draft,
Configurer configurer)
Assess the entire pipeline based on the tables the source will read and the capabilities of the target.
|
TableAssessmentResponse |
DraftService.assessTable(Namespace namespace,
DeltaConfig deltaConfig,
Configurer configurer,
DBTable dbTable)
Assess the given table detail using the plugins from the given Delta Config.
|
TableAssessmentResponse |
DraftService.assessTable(Namespace namespace,
Draft draft,
Configurer configurer,
DBTable dbTable)
Assess the given table detail using the plugins from the given draft.
|
List<Draft> |
DraftStore.listDrafts(Namespace namespace) |
List<Draft> |
DraftService.listDrafts(Namespace namespace)
List all drafts in the given namespace.
|
| Constructor and Description |
|---|
DraftId(Namespace namespace,
String name) |
Copyright © 2023 CDAP Licensed under the Apache License, Version 2.0.