Runs the transform.
Resolves to an instance of PipelineResult when the pipeline completes. Use runAsync() to execute the pipeline in the background.
A PipelineResult
runAsync() is the asynchronous version of run(), does not wait until pipeline finishes. Use the returned PipelineResult to query job status.
Generated using TypeDoc
A runner that simply prints the pipeline definition and returns.