codeflare
codeflare copied to clipboard
Fix node name as keys for all data structures
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
- [ ] Change key to
node_name - [ ] Fix all the breaking pieces
- [ ] Fix the notebooks