@Beta public interface PipelineConfigurable
| Modifier and Type | Method and Description |
|---|---|
void |
configurePipeline(PipelineConfigurer pipelineConfigurer)
Configure an ETL pipeline, adding datasets and streams that the stage needs.
|
void configurePipeline(PipelineConfigurer pipelineConfigurer) throws IllegalArgumentException
pipelineConfigurer - the configurer used to add required datasets and streamsIllegalArgumentException - if the given config is invalidCopyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.