tirkarthi commented on PR #44572:
URL: https://github.com/apache/airflow/pull/44572#issuecomment-2514494899

   > Both setup and teardown example dags (`example_setup_teardown` and 
`example_setup_teardown_taskflow`) seem to render properly (things have been 
updated since you last tried, especially the API side): 
   
   Thanks for validating. I rebased my branch with latest main and now it's 
working fine as expected. Probably fixed as part of #44459 . Below was the old 
traceback,
   
   ```
     File 
"/home/karthikeyan/stuff/python/airflow/airflow/api_fastapi/core_api/routes/ui/graph.py",
 line 60, in graph_data
       return GraphDataResponse(**data)
     File 
"/home/karthikeyan/stuff/python/airflow/.env/lib/python3.10/site-packages/pydantic/main.py",
 line 214, in __init__
       validated_self = self.__pydantic_validator__.validate_python(data, 
self_instance=self)
   pydantic_core._pydantic_core.ValidationError: 2 validation errors for 
GraphDataResponse
   nodes.children.3.children.3.value.rx
     Field required [type=missing, input_value={'label': '', 
'labelStyle...ue;', 'shape': 'circle'}, input_type=dict]
       For further information visit https://errors.pydantic.dev/2.10/v/missing
   nodes.children.3.children.3.value.ry
     Field required [type=missing, input_value={'label': '', 
'labelStyle...ue;', 'shape': 'circle'}, input_type=dict]
       For further information visit https://errors.pydantic.dev/2.10/v/missing
   ```


-- 
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