vatsrahul1001 commented on code in PR #44383:
URL: https://github.com/apache/airflow/pull/44383#discussion_r1859994333


##########
airflow/api_fastapi/core_api/datamodels/monitor.py:
##########
@@ -44,9 +44,14 @@ class DagProcessorInfoSchema(BaseInfoSchema):
 
 
 class HealthInfoSchema(BaseModel):
-    """Schema for the Health endpoint."""
+    """Schema for the Health endpoint without dag processor."""
 
     metadatabase: BaseInfoSchema

Review Comment:
   I had a discussion with @rawwar on this and we verified updating 
model_serializer can fix this. I will implement the fix and push. Thanks 
@rawwar 



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