potiuk opened a new pull request, #63674:
URL: https://github.com/apache/airflow/pull/63674

   ## Summary
   - Fix failing Postgres tests 
`test_handle_single_column_unique_constraint_error_with_stacktrace` for Pool 
and Variable
   - SQLAlchemy v2 generates `%(team_id)s::UUID` type cast in SQL on Postgres, 
but test expected `%(team_id)s` without the cast
   - The `uuid_suffix` variable was already defined for this purpose (line 107) 
but was not used in the expected SQL strings
   
   ## Test plan
   - [x] Verify the fix addresses the CI failures in `Postgres tests: core / 
DB-core:Postgres:16:3.13:API...Serialization`
   - [x] Verify the fix addresses the CI failures in `Special tests / Latest 
SQLAlchemy test`
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


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