Files
celery/server.py
gilesb 486cdb5d7d Fix build_dag_from_recipe to use correct Node API
- Use keyword arguments for Node constructor
- Pass inputs list to Node instead of calling non-existent add_edge
- Two-pass approach: create SOURCE nodes first, then resolve input
  names to content-addressed IDs for dependent nodes
- Properly set output node using resolved ID

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 23:56:53 +00:00

152 KiB