Feature or enhancement request details
Once an ARG is declared in a stage, it should be automatically available in all child stages.
- Update the
FROM instruction parsing to recognize stage references.
- Track parent-child stage relationships in the
GraphBuilder.
- Modify the
resolveArg() method to traverse parent stages.
Code of Conduct