PipelineSectionsMixin#

class PipelineSectionsMixin#

Bases: object

Methods Summary

get_pipeline_sections(project_id[, omit_steps])

Return all the pipeline sections for project with project_id.

Methods Documentation

get_pipeline_sections(project_id, omit_steps=False)#

Return all the pipeline sections for project with project_id.

Parameters
  • project_id – the Id of the project

  • omit_steps (bool) – whether to omit the inclusion of steps of every section

Returns

a list of pipeline section dictionaries