Skip to content

Update "pipeline_execution_schedule_policy" to "scheduled_pipeline_execution_policy"

Why are we doing this work

Per !187609 (comment 2460709255)

@Andyschoenen 2 weeks ago

We use scheduled pipeline execution policies and I think the name makes sense. I just want to point out that the policy type we use in the schema is called pipeline_execution_schedule_policy. This is because I thought scheduled_pipeline_execution_policy sounded wrong as it is not an actual pipeline execution policy but a new policy type. At least in the schema.

@g.hickman 1 week ago
Developer

Hmm 🤔, I think for GA it would be smoother (easier to read and understand) to use the term scheduled pipeline execution policy to reference this type of policy consistently across the docs/schema.

Relevant links

Non-functional requirements

  • Documentation:
  • Feature flag:
  • Performance:
  • Testing:

Implementation plan

  • backend update "pipeline_execution_schedule_policy" to "scheduled_pipeline_execution_policy"
  • frontend update "pipeline_execution_schedule_policy" to "scheduled_pipeline_execution_policy"

Verification steps

Edited by Alexander Turinske