Skip to main content
Solved

Not able to export all pipelines at once using python sdk


himanshu1234567
Discovered Fame

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.

 

Best answer by saleempothiwala

@himanshu1234567 

Use

 

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

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

2 replies

saleempothiwala
Headliner
Forum|alt.badge.img

@himanshu1234567 

Use

 

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


himanshu1234567
Discovered Fame
  • Author
  • Discovered Fame
  • 10 replies
  • September 6, 2023

@saleempothiwala  thanks for answer


Reply