In python SDK after fetching pipeline details with use of ControlHub object (sch.pipelines).
How can we get type of pipeline (Data collector or transformer)?
In python SDK after fetching pipeline details with use of ControlHub object (sch.pipelines).
How can we get type of pipeline (Data collector or transformer)?
sch = ControlHub(credential_id=<cred_id>,token=<token>)
pipeline= sch.pipelines.get(pipeline_id=<pipeline_id>)
pipeline.executor_type
executor_type will give you the engine type
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.