| Package | Description |
|---|---|
| io.cdap.delta.store |
| Modifier and Type | Method and Description |
|---|---|
Draft |
DraftService.getDraft(DraftId draftId)
Get the draft for the given id, or throw an exception if it does not exist.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Draft> |
DraftStore.getDraft(DraftId id) |
List<Draft> |
DraftStore.listDrafts(Namespace namespace) |
List<Draft> |
DraftService.listDrafts(Namespace namespace)
List all drafts in the given namespace.
|
| Modifier and Type | Method and Description |
|---|---|
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,
Draft draft,
Configurer configurer,
DBTable dbTable)
Assess the given table detail using the plugins from the given draft.
|
TableList |
DraftService.listDraftTables(DraftId draftId,
Draft draft,
Configurer configurer)
List the database tables readable by the source in the given draft id.
|
Copyright © 2023 CDAP Licensed under the Apache License, Version 2.0.