Skip to main content

How to create a pipeline with start event by using SDK python

  • November 25, 2021
  • 1 reply
  • 139 views

Sami
StreamSets Employee
  • StreamSets Employee

Question:

  • How to create a pipeline with start event by using SDK python?
  • How to design a pipeline to execute the hive DDL queries only once by using SDK python?

Solution:

  1. Follow the steps mentioned in the doc to install SDK python.
  2. The below code helps you to add a start_event while creating a pipeline.

 

Note: For more details about the SDK API, please refer to the documentation.

Did this topic help you find an answer to your question?

1 reply

sidalla
Fan
  • Fan
  • 1 reply
  • December 15, 2021

example looks good but i never got anything to work so far.

 

i just get the generic

HTTPError: {"message":"Authentication failed"}

Reply