mwojtyczka commented on PR #63704:
URL: https://github.com/apache/airflow/pull/63704#issuecomment-4073164704

   > Now just fighting against CI erros we had earlier...
   
   There is just last error, but it does not seem to be related to my changes:
   ```
   
providers/common/ai/src/airflow/providers/common/ai/utils/sql_validation.py:84: 
error: List comprehension has incompatible type List[Expr]; expected 
List[Expression]  [misc]
             parsed: list[exp.Expression] = [s for s in statements if s is not 
None]
                                             ^
     Found 1 error in 1 file (checked 4272 source files)
   ```


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