Is there a way to import pipelines using CDAP CLI? I am interested in automated pipeline deployment.
Asked
Active
Viewed 286 times
1 Answers
1
You can import pipeline using CDAP REST API.
PUT /v3/namespaces/<namespace>/apps/<pipeline name>
The body of the request should be the pipeline JSON that you have exported.

Edwin Elia
- 399
- 3
- 5