Skip to main content

Hi team when i am trying to export all pipelines using python sdk , i am facing below error:
 

{"ISSUES"::{"code":"PIPELINE_STORE_41","message":"Cannot export draft pipelines with plain text credentials stripped"}]}So basically we are not able to export draft pipelines with credentials. Does we have any way where we can export all pipelines whether it is published or draft version.

 

@himanshu1234567 

Use

 

pipeline_export_data=  sch.export_pipeline(pipelines=pipeline_list,  include_plain_text_credentials=True)


@saleempothiwala  thanks for answer


Reply