pierrejeambrun commented on code in PR #54820:
URL: https://github.com/apache/airflow/pull/54820#discussion_r2293754880
##########
airflow-core/src/airflow/api_fastapi/core_api/datamodels/dag_warning.py:
##########
@@ -30,6 +32,7 @@ class DAGWarningResponse(BaseModel):
warning_type: DagWarningType
message: str
timestamp: datetime
+ dag_display_name: str = Field(validation_alias=AliasPath("dag",
"dag_display_name"))
Review Comment:
We are probably missing a loading option, to not emit multiple lazy queries
when accessing `.dag` on the `DagWarningResponse`.
--
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]