python-batch-runner
python-batch-runner copied to clipboard
Add checks for add_node to protect against nodes with non-existent dependency
Need to add guardrails and throw error if node is added with a non-existent dependency.
Currently, this will cause the node to simply be ignored.