| Package | Description |
|---|---|
| io.cdap.delta.store |
| Modifier and Type | Method and Description |
|---|---|
PipelineAssessment |
DraftService.assessPipeline(DraftId draftId,
Configurer configurer)
Assess the entire pipeline based on the tables the source will read and the capabilities of the target.
|
TableAssessmentResponse |
DraftService.assessTable(DraftId draftId,
Configurer configurer,
String db,
String table)
Assess the given table detail using the plugins from the given draft.
|
void |
DraftService.deleteDraft(DraftId draftId)
Delete the given draft.
|
void |
DraftStore.deleteDraft(DraftId id) |
TableDetail |
DraftService.describeDraftTable(DraftId draftId,
Configurer configurer,
String database,
String table)
Describe the given database table using the source from the given draft id.
|
Draft |
DraftService.getDraft(DraftId draftId)
Get the draft for the given id, or throw an exception if it does not exist.
|
Optional<Draft> |
DraftStore.getDraft(DraftId id) |
TableList |
DraftService.listDraftTables(DraftId draftId,
Configurer configurer)
List the database tables readable by the source in the given draft id.
|
void |
DraftService.saveDraft(DraftId draftId,
DraftRequest draft)
Store the contents of a pipeline config as a draft.
|
void |
DraftStore.writeDraft(DraftId id,
DraftRequest draftRequest) |
| Constructor and Description |
|---|
DraftNotFoundException(DraftId draftId) |
Copyright © 2020 CDAP Licensed under the Apache License, Version 2.0.