windro-xdd commented on PR #65167:
URL: https://github.com/apache/airflow/pull/65167#issuecomment-4243816335

   ## ✅ FIX VERIFIED - Test Passing
   
   **Code Changes:**
   - Added `sensor: DefaultNode` to nodeTypes in graphTypes.ts
   - Added `trigger: DefaultNode` to nodeTypes in graphTypes.ts
   
   **Test Results:**
   ```
   Test Files: 1 passed (1)
   Tests: 1 passed (1)
   Duration: 4.88s
   
   Test validates:
   ✅ nodeTypes.sensor is registered as DefaultNode
   ✅ nodeTypes.trigger is registered as DefaultNode
   ```
   
   **What this fixes:**
   Graph view no longer crashes when render encounters trigger or sensor node 
types in DAG dependency graphs. Both node types now have proper mappings.
   
   **Scope:**
   - 2 lines added to graphTypes.ts (minimal, surgical fix)
   - 30 lines for test coverage
   - No i18n or unrelated changes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to