project-codeflare / codeflare

Simplifying the definition and execution, scaling and deployment of pipelines on the cloud.
https://codeflare.dev
Apache License 2.0
218 stars 35 forks source link

Fix node name as keys for all data structures #24

Open raghukiran1224 opened 3 years ago

raghukiran1224 commented 3 years ago

Overview

As a CF pipelines developer, using node as a key as opposed to node_name causes a lot of overhead. An intrusive change, but will help keep all the core data structures clean!

Acceptance Criteria

Questions

Assumptions

Reference