![]() | 1 | initial version |
Have you looked into using StreamSets SDK for python?
If not, I would highly recommend you to take a look. As that helps one to import/export pipelines, create them, and much more using SDK.
e.g. Good starting point is https://streamsets.com/documentation/sdk/latest/index.html In particular search for import_pipeline or export_pipelines in the following API page: https://streamsets.com/documentation/sdk/latest/api.html#id15
![]() | 2 | No.2 Revision |
Have you looked into using StreamSets SDK for python?
If not, I would highly recommend you to take a look. As that helps one to import/export pipelines, create them, and much more using SDK.
e.g. Good starting point is https://streamsets.com/documentation/sdk/latest/index.html
https://streamsets.com/documentation/sdk/latest/index.html
In particular search for import_pipeline import_pipeline or export_pipelines export_pipelines in the following API page:
https://streamsets.com/documentation/sdk/latest/api.html#id15