Skip to main content
Solved

Not able to export all pipelines at once using python sdk

  • 23 August 2023
  • 2 replies
  • 40 views

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.

 

2 replies

Userlevel 4
Badge

@himanshu1234567 

Use

 

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

@saleempothiwala  thanks for answer

Reply