ArshiaZr commented on PR #42843:
URL: https://github.com/apache/airflow/pull/42843#issuecomment-2427308598

   @bbovenzi 
   
   I encountered the following issues:
   
   1. I cannot use `DagRun | None` because the `DagRun` class is incompatible 
with the expected schema for my implementation, resulting in a 
`PydanticInvalidForJsonSchema` error. Instead, I am using `latest_dagrun: 
DAGRunResponse | None`.
   2. Due to the schema differences, I'm receiving a UI error during the 
compilation process:
   
      ```
      SyntaxError: 
"/Users/arshia/Desktop/w/airflow/airflow/api_fastapi/core_api/openapi/v1-generated.yaml"
 is not a valid JSON Schema
      ```
   
   As a result, I am unable to commit my 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