
Last chance! 50% off unlimited learning
Sale ends in
Gets the definition of the specified pipeline. You can call
GetPipelineDefinition
to retrieve the pipeline definition that you
provided using PutPipelineDefinition.
datapipeline_get_pipeline_definition(pipelineId, version)
[required] The ID of the pipeline.
The version of the pipeline definition to retrieve. Set this parameter
to latest
(default) to use the last definition saved to the pipeline
or active
to use the last definition that was activated.
svc$get_pipeline_definition( pipelineId = "string", version = "string" )